| 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..eba022824944147d237286e9368d5c3fa4a6f383 100644
|
| --- a/pkg/front_end/lib/src/fasta/source/outline_builder.dart
|
| +++ b/pkg/front_end/lib/src/fasta/source/outline_builder.dart
|
| @@ -267,7 +267,7 @@ class OutlineBuilder extends UnhandledListener {
|
|
|
| @override
|
| void beginClassOrNamedMixinApplication(Token token) {
|
| - library.beginNestedDeclaration(null);
|
| + library.beginNestedDeclaration("class or mixin application");
|
| }
|
|
|
| @override
|
|
|