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

Unified Diff: pkg/front_end/messages.yaml

Issue 2975163002: Remove deprecated API from scope. (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
« no previous file with comments | « pkg/front_end/lib/src/fasta/scope.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/messages.yaml
diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml
index 991bc37b8f1dc44532e5e9eb74e557110e3fe0f4..ec2c5da969083e2842e297654278990031c6001f 100644
--- a/pkg/front_end/messages.yaml
+++ b/pkg/front_end/messages.yaml
@@ -840,3 +840,9 @@ ConstConstructorNonFinalField:
ConstConstructorNonFinalFieldCause:
template: "Field isn't final, but constructor is 'const'."
+
+AccessError:
+ template: "Access error: '#name'."
+
+PreviousUseOfName:
+ template: "Previous use of '#name'."
« no previous file with comments | « pkg/front_end/lib/src/fasta/scope.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698