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

Unified Diff: pkg/front_end/messages.yaml

Issue 2980823002: Remove deprecated_warning. (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/source/stack_listener.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 da15f8f79d35d3ad7c116dd474a68c89f5175c10..722390e88a6bcd8a24101ddf2df57609094e717f 100644
--- a/pkg/front_end/messages.yaml
+++ b/pkg/front_end/messages.yaml
@@ -816,3 +816,18 @@ FinalInstanceVariableAlreadyInitialized:
FinalInstanceVariableAlreadyInitializedCause:
template: "'#name' was initialized here."
+
+TypeVariableInStaticContext:
+ template: "Type variables can't be used in static members."
+
+SuperclassMethodArgumentMismatch:
+ template: "Superclass doesn't have a method named '#name' with matching arguments."
+
+SuperclassHasNoGetter:
+ template: "Superclass has no getter named '#name'."
+
+SuperclassHasNoSetter:
+ template: "Superclass has no setter named '#name'."
+
+SuperclassHasNoMethod:
+ template: "Superclass has no method named '#name'."
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/stack_listener.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698