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

Unified Diff: pkg/front_end/lib/src/fasta/builder/mixed_accessor.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/mixed_accessor.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/mixed_accessor.dart b/pkg/front_end/lib/src/fasta/builder/mixed_accessor.dart
index 87ad32ee5d43069b23e5ae870fb9a786a83a17f1..59b65527f146e65ac8cec3f1951b929216db45c6 100644
--- a/pkg/front_end/lib/src/fasta/builder/mixed_accessor.dart
+++ b/pkg/front_end/lib/src/fasta/builder/mixed_accessor.dart
@@ -18,4 +18,7 @@ class MixedAccessor extends Builder {
parent.fileUri) {
next = getter;
}
+
+ @override
+ String get fullNameForErrors => getter.fullNameForErrors;
}
« no previous file with comments | « pkg/front_end/lib/src/fasta/builder/metadata_builder.dart ('k') | pkg/front_end/lib/src/fasta/builder/prefix_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698