| 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 2e377a430539d2c386f6299cee4e2f92f668df49..49c112e669e65d40f06ddbe6bacf141a38072691 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| @@ -191,7 +191,7 @@ class MessageKind {
|
| "no default class on enclosing interface '#{interfaceName}'");
|
|
|
| static const CYCLIC_TYPE_VARIABLE = const MessageKind(
|
| - "cyclic reference to type variable #{typeVariableName}");
|
| + "type variable #{typeVariableName} is a supertype of itself");
|
|
|
| static const CLASS_NAME_EXPECTED = const MessageKind(
|
| "class name expected");
|
|
|