| Index: lib/compiler/implementation/warnings.dart
|
| diff --git a/lib/compiler/implementation/warnings.dart b/lib/compiler/implementation/warnings.dart
|
| index 3dc8b8215eb97189a11dbd3175d4964ec29a038b..799f4a8de49fe86bb9deb235669cb18a29efc5b0 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(
|
|
|