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

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

Issue 2984013002: Implement AstBuilder integration for method/function invocations. (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/analyzer_diet_listener.dart
diff --git a/pkg/analyzer/lib/src/fasta/analyzer_diet_listener.dart b/pkg/analyzer/lib/src/fasta/analyzer_diet_listener.dart
index 3e1880991910394f42f155ea40ee556183c7c9be..10e83990904f1d121e12b0254bdb8a0c2f972470 100644
--- a/pkg/analyzer/lib/src/fasta/analyzer_diet_listener.dart
+++ b/pkg/analyzer/lib/src/fasta/analyzer_diet_listener.dart
@@ -88,6 +88,7 @@ class AnalyzerDietListener extends DietListener {
// the body builder to do type inference, and then copy the inferred types
// over to the analyzer AST.
parserCallback();
+ resolutionStorer.finished();
// The inferred types and the body builder are no longer needed.
_bodyBuilder = null;
_kernelTypes = null;
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/fasta/resolution_applier.dart » ('j') | pkg/analyzer/lib/src/fasta/resolution_applier.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698