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

Unified Diff: pkg/analyzer/lib/src/fasta/ast_builder.dart

Issue 2987503003: Further integration of front end type inference into analyzer. (Closed)
Patch Set: Created 3 years, 5 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/analyzer/lib/src/fasta/ast_builder.dart
diff --git a/pkg/analyzer/lib/src/fasta/ast_builder.dart b/pkg/analyzer/lib/src/fasta/ast_builder.dart
index 246972e45dbb854fdec7b6f532771a3d4374fc30..7c3bf9ef2ef70ad80e32c90c915515a95e1a0cd7 100644
--- a/pkg/analyzer/lib/src/fasta/ast_builder.dart
+++ b/pkg/analyzer/lib/src/fasta/ast_builder.dart
@@ -1733,6 +1733,12 @@ class AstBuilder extends ScopeListener {
semicolon: endToken));
}
+ @override
+ AstNode finishFields() {
+ debugEvent("finishFields");
+ return pop();
+ }
+
@override
void handleOperatorName(Token operatorKeyword, Token token) {
debugEvent("OperatorName");
« no previous file with comments | « pkg/analyzer/lib/src/fasta/analyzer_diet_listener.dart ('k') | pkg/analyzer/lib/src/fasta/resolution_applier.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698