| Index: lib/compiler/implementation/warnings.dart
|
| diff --git a/lib/compiler/implementation/warnings.dart b/lib/compiler/implementation/warnings.dart
|
| index 3c0ec5300aa8bd1231f8a0cefca979b9b3e21b78..8a4cf951b05d4ce33a25c76d7c875577be412c7c 100644
|
| --- a/lib/compiler/implementation/warnings.dart
|
| +++ b/lib/compiler/implementation/warnings.dart
|
| @@ -48,6 +48,8 @@ class MessageKind {
|
| 'duplicate definition of #{1}');
|
| static const DUPLICATE_IMPORT = const MessageKind(
|
| 'duplicate import of #{1}');
|
| + static const DUPLICATE_EXPORT = const MessageKind(
|
| + 'duplicate export of #{1}');
|
| static const NOT_A_TYPE = const MessageKind(
|
| '#{1} is not a type');
|
| static const NOT_A_PREFIX = const MessageKind(
|
|
|