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

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

Issue 2823243002: Introduce initial plumbing for type inference in fasta. (Closed)
Patch Set: Created 3 years, 8 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/analyzer/analyzer_diet_listener.dart
diff --git a/pkg/front_end/lib/src/fasta/analyzer/analyzer_diet_listener.dart b/pkg/front_end/lib/src/fasta/analyzer/analyzer_diet_listener.dart
index 767fd60411379657bb0c36e440cdcf27a8c9afc0..497aea70d0dad7231f5284d9620dba74b5e3eb94 100644
--- a/pkg/front_end/lib/src/fasta/analyzer/analyzer_diet_listener.dart
+++ b/pkg/front_end/lib/src/fasta/analyzer/analyzer_diet_listener.dart
@@ -22,7 +22,7 @@ class AnalyzerDietListener extends DietListener {
final ElementStore elementStore;
AnalyzerDietListener(SourceLibraryBuilder library, this.elementStore)
- : super(library, null, null);
+ : super(library, null, null, null);
StackListener createListener(
MemberBuilder builder, Scope memberScope, bool isInstanceMember,

Powered by Google App Engine
This is Rietveld 408576698