| Index: pkg/front_end/lib/src/fasta/parser/listener.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/parser/listener.dart b/pkg/front_end/lib/src/fasta/parser/listener.dart
|
| index 3b1ed0524f34d4db83948e9c6650f986bcd53af9..a9c1ef6b935b6a365405844db319c40aad546af0 100644
|
| --- a/pkg/front_end/lib/src/fasta/parser/listener.dart
|
| +++ b/pkg/front_end/lib/src/fasta/parser/listener.dart
|
| @@ -284,7 +284,7 @@ class Listener {
|
| /// Substructures:
|
| /// - supertype
|
| /// - mixin types (TypeList)
|
| - void endMixinApplication() {
|
| + void endMixinApplication(Token withKeyword) {
|
| logEvent("MixinApplication");
|
| }
|
|
|
|
|