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

Unified Diff: pkg/front_end/messages.yaml

Issue 2977893002: Undeprecate IncompleteError. (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/kernel/fasta_accessors.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 b0d538e2cee88498e27247bbc871fd7f330c50f7..dcdf49fc8b05a1a14848609188fa64f7b8437b6c 100644
--- a/pkg/front_end/messages.yaml
+++ b/pkg/front_end/messages.yaml
@@ -798,3 +798,12 @@ MissingSdkRoot:
MissingSdkSummary:
template: "SDK summary not found: #string."
+
+ThisAccessInFieldInitializer:
+ template: "Can't access 'this' in a field initializer to read '#name'."
+
+ThisAsIdentifier:
+ template: "Expected identifier, but got 'this'."
+
+SuperAsIdentifier:
+ template: "Expected identifier, but got 'super'."
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/fasta_accessors.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698