| 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 b8db980cb6b161d5bb3b93e7377c041a2d8023fb..4645159441465b1ad4932c047277c124f5c16ffb 100644
|
| --- a/pkg/front_end/lib/src/fasta/source/outline_builder.dart
|
| +++ b/pkg/front_end/lib/src/fasta/source/outline_builder.dart
|
| @@ -117,6 +117,12 @@ class OutlineBuilder extends UnhandledListener {
|
| }
|
| }
|
|
|
| + @override
|
| + void endMetadataStar(int count, bool forParameter) {
|
| + debugEvent("MetadataStar");
|
| + push(popList(count) ?? NullValue.Metadata);
|
| + }
|
| +
|
| @override
|
| void endHide(Token hideKeyword) {
|
| debugEvent("Hide");
|
|
|