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

Unified Diff: pkg/front_end/messages.yaml

Issue 2982673002: Remove deprecated_addError. (Closed)
Patch Set: Add missing comma. 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/kernel_target.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 722390e88a6bcd8a24101ddf2df57609094e717f..6a007e010abeefd6915e64c311cfca7b0f89b7f9 100644
--- a/pkg/front_end/messages.yaml
+++ b/pkg/front_end/messages.yaml
@@ -831,3 +831,12 @@ SuperclassHasNoSetter:
SuperclassHasNoMethod:
template: "Superclass has no method named '#name'."
+
+SuperclassHasNoDefaultConstructor:
+ template: "The superclass, '#name', has no unnamed constructor that takes no arguments."
+
+ConstConstructorNonFinalField:
+ template: "Constructor is marked 'const' so all fields must be final."
+
+ConstConstructorNonFinalFieldCause:
+ template: "Field isn't final, but constructor is 'const'."
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/kernel_target.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698