| 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 f643cd609da2c0c6128b221b16092cbb41cd8001..8f9b9cb7981677a4107bd314a32d0c91cc3b1bf0 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| @@ -165,6 +165,8 @@ class MessageKind {
|
| static const TYPE_VARIABLE_WITHIN_STATIC_MEMBER = const MessageKind(
|
| 'cannot refer to type variable #{typeVariableName} '
|
| 'within a static member');
|
| + static const TYPE_VARIABLE_IN_CONSTANT = const MessageKind(
|
| + 'Error: cannot refer to type variable in constant');
|
|
|
| static const INVALID_USE_OF_SUPER = const MessageKind(
|
| 'super not allowed here');
|
|
|