| Index: lib/compiler/implementation/warnings.dart
|
| diff --git a/lib/compiler/implementation/warnings.dart b/lib/compiler/implementation/warnings.dart
|
| index 36afd66e68032dfb727ace77a626dca93c65e88f..6c17cf7ffdde4dd857a6748661e9161fe1235ef9 100644
|
| --- a/lib/compiler/implementation/warnings.dart
|
| +++ b/lib/compiler/implementation/warnings.dart
|
| @@ -46,6 +46,8 @@ class MessageKind {
|
| 'cannot resolve type #{1}');
|
| static const DUPLICATE_DEFINITION = const MessageKind(
|
| 'duplicate definition of #{1}');
|
| + static const DUPLICATE_IMPORT = const MessageKind(
|
| + 'duplicate import of #{1}');
|
| static const NOT_A_TYPE = const MessageKind(
|
| '#{1} is not a type');
|
| static const NOT_A_PREFIX = const MessageKind(
|
|
|