| 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 a7d664275bce935e3dea3361b3135d3807bbdf01..1e55df23c699d2c1d0c1b892a1191eb7855a4610 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| @@ -684,10 +684,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.");
|
|
|
|
|