| Index: pkg/front_end/lib/src/fasta/source/outline_builder.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/source/outline_builder.dart b/pkg/front_end/lib/src/fasta/source/outline_builder.dart
|
| index 4645159441465b1ad4932c047277c124f5c16ffb..680c6022738c84db845bf54dcc38de1898d5c5f3 100644
|
| --- a/pkg/front_end/lib/src/fasta/source/outline_builder.dart
|
| +++ b/pkg/front_end/lib/src/fasta/source/outline_builder.dart
|
| @@ -123,6 +123,12 @@ class OutlineBuilder extends UnhandledListener {
|
| push(popList(count) ?? NullValue.Metadata);
|
| }
|
|
|
| + @override
|
| + void handleInvalidTopLevelDeclaration(Token endToken) {
|
| + debugEvent("InvalidTopLevelDeclaration");
|
| + pop(); // metadata star
|
| + }
|
| +
|
| @override
|
| void endHide(Token hideKeyword) {
|
| debugEvent("Hide");
|
|
|