| 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 2fe05d76aa04f3dcff66cb2855eee67957756972..7e8a8d344dba86b57997f909fe187d59d781063a 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| @@ -615,6 +615,9 @@ Use "const #{name}" if possible.''');
|
| 'Error: "#{value}" is not a valid Symbol name because it starts with '
|
| '"_".');
|
|
|
| + static const MessageKind UNSUPPORTED_LITERAL_SYMBOL = const MessageKind(
|
| + 'Internal Error: Symbol literal "##{value}" is currently unsupported.');
|
| +
|
| static const MessageKind INVALID_SYMBOL = const MessageKind('''
|
| Error: "#{value}" is not a valid Symbol name because is not:
|
| * an empty String,
|
|
|