Index: dart/sdk/lib/_internal/compiler/implementation/warnings.dart |
diff --git a/dart/sdk/lib/_internal/compiler/implementation/warnings.dart b/dart/sdk/lib/_internal/compiler/implementation/warnings.dart |
index 82fdd8d8177e2b104c0f785af0446cc0a12542c4..8eec459b760a2adc5e03ae60f38fbdca72f22406 100644 |
--- a/dart/sdk/lib/_internal/compiler/implementation/warnings.dart |
+++ b/dart/sdk/lib/_internal/compiler/implementation/warnings.dart |
@@ -378,6 +378,9 @@ Length: #{length}'''); |
static const MISSING_FACTORY_KEYWORD = const MessageKind( |
"Did you forget a factory keyword here?"); |
+ static const DEFERRED_LIBRARY_NAME_MISMATCH = const MessageKind( |
+ 'Error: Library name mismatch "#{expectedName}" != "#{actualName}".'); |
+ |
static const COMPILER_CRASHED = const MessageKind( |
"Error: The compiler crashed when compiling this element."); |