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 cfbbd5501e1836cc7aa02308adc593ed7661bd75..52b70eae136ceb6d01a10df59e7663b986837937 100644 |
--- a/pkg/front_end/lib/src/fasta/parser/listener.dart |
+++ b/pkg/front_end/lib/src/fasta/parser/listener.dart |
@@ -842,6 +842,10 @@ class Listener { |
logEvent("NoExpression"); |
} |
+ void handleNoConstructorReferenceContinuationAfterTypeArguments(Token token) { |
ahe
2017/03/02 07:23:49
I'd like to see documentation on this method, and
scheglov
2017/03/02 16:26:27
I thought it is the established order this is code
ahe
2017/03/02 17:23:18
Well, I'm trying to atone for my past mistakes.
I
|
+ logEvent("NoConstructorReferenceContinuationAfterTypeArguments"); |
+ } |
+ |
void handleNoType(Token token) { |
logEvent("NoType"); |
} |