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'" |