| 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 977fbf3432a155feb1f03c676b464acd2b423c86..dd7af85657286a3b707b7949aeb15beeb54c8338 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| @@ -312,6 +312,9 @@ class MessageKind {
|
| static const ILLEGAL_MIXIN_CONSTRUCTOR = const MessageKind(
|
| "Error: class used as mixin cannot have non-factory constructor.");
|
|
|
| + static const ILLEGAL_MIXIN_CYCLE = const MessageKind(
|
| + "Error: class used as mixin introduces mixin cycle: #{1} <-> #{2}.");
|
| +
|
| static const PARAMETER_NAME_EXPECTED = const MessageKind(
|
| "Error: parameter name expected.");
|
|
|
|
|