| Index: pkg/dart_messages/lib/shared_messages.dart
|
| diff --git a/pkg/dart_messages/lib/shared_messages.dart b/pkg/dart_messages/lib/shared_messages.dart
|
| index 89a69bc217cc499042780f156105e35c1f8a45a1..c2e73c74f6c551815c4a152c68a171a638f87bb8 100644
|
| --- a/pkg/dart_messages/lib/shared_messages.dart
|
| +++ b/pkg/dart_messages/lib/shared_messages.dart
|
| @@ -195,7 +195,6 @@ final Map<String, Message> MESSAGES = {
|
| 'CONST_CONSTRUCTOR_WITH_BODY': new Message(
|
| id: 'LGJGHW',
|
| subId: 0,
|
| - specializationOf: "CONST_CONSTRUCTOR_OR_FACTORY_WITH_BODY",
|
| categories: [Category.parserError],
|
| template: "Const constructor can't have a body.",
|
| howToFix: "Try removing the 'const' keyword or the body.",
|
| @@ -212,7 +211,6 @@ final Map<String, Message> MESSAGES = {
|
| 'CONST_FACTORY': new Message(
|
| id: 'LGJGHW',
|
| subId: 1,
|
| - specializationOf: "CONST_CONSTRUCTOR_OR_FACTORY_WITH_BODY",
|
| categories: [Category.parserError],
|
| template: "Only redirecting factory constructors can be declared to "
|
| "be 'const'.",
|
|
|