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

Unified Diff: pkg/front_end/messages.yaml

Issue 2996063002: Implement type arguments in redirecting factories.
Patch Set: Merged with 6eff945874618a5a59cf62eb6d9356c6774abd3c. Created 3 years, 4 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
Index: pkg/front_end/messages.yaml
diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml
index 1199d12c19edffcd6c2ffed7927de55df2c04f6e..cba7288065f4f906921d9b7d8de841955b0a0ca0 100644
--- a/pkg/front_end/messages.yaml
+++ b/pkg/front_end/messages.yaml
@@ -478,8 +478,14 @@ MetadataTypeArguments:
template: "An annotation (metadata) can't use type arguments."
dart2jsCode: "*ignored*"
+ClassNotFound:
+ template: "Couldn't find a class named '#name'."
+
ConstructorNotFound:
- template: "Couldn't find constructor '#name'."
+ template: "Couldn't find a constructor named '#name'."
+
+NotAConstructor:
+ template: "'#name' isn't a constructor."
RedirectionTargetNotFound:
template: "Redirection constructor target not found: '#name'"

Powered by Google App Engine
This is Rietveld 408576698