| 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 536f5fcad9eb8f133d716c8b1d7a5f0015c1d423..8381bd500b6544406ac21100e69f2b6167eea93b 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| @@ -327,6 +327,8 @@ Length: #{3}''');
|
| static const ASSERT_IS_GIVEN_NAMED_ARGUMENTS = const MessageKind(
|
| "assert takes no named arguments, but given #{1}.");
|
|
|
| + static const MALFORMED_TYPE_REFERENCE = const MessageKind(
|
| + "Malformed type reference encountered in #{1}.");
|
|
|
| static const COMPILER_CRASHED = const MessageKind(
|
| "Error: The compiler crashed when compiling this element.");
|
|
|