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

Unified Diff: pkg/front_end/messages.yaml

Issue 2982673002: Remove deprecated_addError. (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/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..991bc37b8f1dc44532e5e9eb74e557110e3fe0f4 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."
Johnni Winther 2017/07/13 09:15:46 superclass, '#name' -> superclass '#name' or
ahe 2017/07/13 12:32:27 Done.
+
+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