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

Unified Diff: pkg/front_end/lib/src/fasta/builder/class_builder.dart

Issue 2767653002: Implement fullNameForErrors on all Builders. (Closed)
Patch Set: Used <unnamed> instead of empty string. Created 3 years, 9 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/builder/class_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/class_builder.dart b/pkg/front_end/lib/src/fasta/builder/class_builder.dart
index 991c2367d7eaafb31fb03ee4667288a12478d115..65903a77ab3c39547a30ed56009998b31e85ba5d 100644
--- a/pkg/front_end/lib/src/fasta/builder/class_builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/class_builder.dart
@@ -93,7 +93,7 @@ abstract class ClassBuilder<T extends TypeBuilder, R>
} else if (current.isSetter && setterBuilder == null) {
setterBuilder = current;
} else {
- return new AmbiguousBuilder(builder, charOffset, fileUri);
+ return new AmbiguousBuilder(name, builder, charOffset, fileUri);
}
current = current.next;
}
« no previous file with comments | « pkg/front_end/lib/src/fasta/builder/builder.dart ('k') | pkg/front_end/lib/src/fasta/builder/formal_parameter_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698