| Index: pkg/front_end/messages.yaml
|
| diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml
|
| index 41f982fbd62447a98a3c80938d37432214a3b5ae..9a5a3d0a981b1c04d3d339252eaf3f072dc370cc 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'"
|
|
|