Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: pkg/front_end/lib/src/fasta/parser/listener.dart

Issue 2727753002: Parse InstanceCreationExpression with Fasta. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");
}
« no previous file with comments | « pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart ('k') | pkg/front_end/lib/src/fasta/parser/parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698