| Index: sdk/lib/_internal/compiler/implementation/warnings.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/warnings.dart b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| index 7790d9ad5fa5ae9725aeb4fecd7cbc7a8d26ef3a..977fbf3432a155feb1f03c676b464acd2b423c86 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| @@ -309,6 +309,9 @@ class MessageKind {
|
| static const ILLEGAL_MIXIN_SUPERCLASS = const MessageKind(
|
| "Error: class used as mixin must have Object as superclass.");
|
|
|
| + static const ILLEGAL_MIXIN_CONSTRUCTOR = const MessageKind(
|
| + "Error: class used as mixin cannot have non-factory constructor.");
|
| +
|
| static const PARAMETER_NAME_EXPECTED = const MessageKind(
|
| "Error: parameter name expected.");
|
|
|
|
|