| 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 6bde7b8d7c60d9614ba73dbad8d0f9cd2fe9d74f..db8ce933e7f009e1aafebd09aae403ff1728d2f6 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| @@ -700,10 +700,6 @@ typedef H G(); // The return type 'H' creates a self-reference.
|
| typedef H(F f); // The argument type 'F' creates a self-reference.
|
| main() { F f = null; }"""]);
|
|
|
| - static const CYCLIC_TYPEDEF_TYPEVAR = const MessageKind(
|
| - "Internal Error: Recursive type variable bounds are not "
|
| - "supported on typedefs.");
|
| -
|
| static const MessageKind CLASS_NAME_EXPECTED = const MessageKind(
|
| "Error: Class name expected.");
|
|
|
|
|