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

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

Issue 2828253003: Add top level type inference logic for integer literals. (Closed)
Patch Set: Clean up, bug fix, and remove unintentional expectations changes 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/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 bff471fa420003ec2f219c6c6f887ae7299c107c..1649d78e03593cdd26604849afe8e57e5aecac3d 100644
--- a/pkg/front_end/lib/src/fasta/parser/listener.dart
+++ b/pkg/front_end/lib/src/fasta/parser/listener.dart
@@ -415,7 +415,7 @@ class Listener {
/// Handle the end of a field initializer. Substructures:
/// - Initializer expression
- void endFieldInitializer(Token assignment) {
+ void endFieldInitializer(Token assignment, Token token) {
logEvent("FieldInitializer");
}

Powered by Google App Engine
This is Rietveld 408576698