| Index: lib/compiler/implementation/warnings.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/warnings.dart (revision 12694)
|
| +++ lib/compiler/implementation/warnings.dart (working copy)
|
| @@ -153,6 +153,8 @@
|
| 'not a compile-time constant');
|
| static const CYCLIC_COMPILE_TIME_CONSTANTS = const MessageKind(
|
| 'cycle in the compile-time constant computation');
|
| + static const CONSTRUCTOR_IS_NOT_CONST = const MessageKind(
|
| + 'constructor is not a const constructor');
|
|
|
| static const KEY_NOT_A_STRING_LITERAL = const MessageKind(
|
| 'map-literal key not a string literal');
|
|
|