| Index: pkg/analyzer/tool/summary/idl.dart
|
| diff --git a/pkg/analyzer/tool/summary/idl.dart b/pkg/analyzer/tool/summary/idl.dart
|
| index 0b964ca80d507719ee38c96dcc04c42655928845..9bbfc2b24f901a933f49df84fbe4d994f36760d4 100644
|
| --- a/pkg/analyzer/tool/summary/idl.dart
|
| +++ b/pkg/analyzer/tool/summary/idl.dart
|
| @@ -572,6 +572,7 @@ class UnlinkedPublicName {
|
| * library's public namespace. This is the subset of [UnlinkedUnit] that is
|
| * required from dependent libraries in order to perform prelinking.
|
| */
|
| +@topLevel
|
| class UnlinkedPublicNamespace {
|
| /**
|
| * Public names defined in the compilation unit.
|
|
|