| 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 dd7af85657286a3b707b7949aeb15beeb54c8338..9966267a73d3239a824e393e649a0cc73b62c96c 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| @@ -315,6 +315,9 @@ class MessageKind {
|
| static const ILLEGAL_MIXIN_CYCLE = const MessageKind(
|
| "Error: class used as mixin introduces mixin cycle: #{1} <-> #{2}.");
|
|
|
| + static const ILLEGAL_MIXIN_SUPER_USE = const MessageKind(
|
| + "Error: #{1} cannot be used as a mixin because it uses super.");
|
| +
|
| static const PARAMETER_NAME_EXPECTED = const MessageKind(
|
| "Error: parameter name expected.");
|
|
|
|
|