Index: pkg/compiler/lib/src/warnings.dart |
diff --git a/pkg/compiler/lib/src/warnings.dart b/pkg/compiler/lib/src/warnings.dart |
index 1b1272eea532b0145dad665414ee08fd67b79c72..f17077c3133ca610df9cc5f3c19492dc1e9b77f4 100644 |
--- a/pkg/compiler/lib/src/warnings.dart |
+++ b/pkg/compiler/lib/src/warnings.dart |
@@ -1420,6 +1420,9 @@ main() => A.A = 1; |
"The class '#{class}' overrides 'operator==', " |
"but not 'get hashCode'."); |
+ static const MessageKind INVALID_URI = const MessageKind( |
+ "#{uri} is not a valid URI."); |
+ |
static const MessageKind INTERNAL_LIBRARY_FROM = const MessageKind( |
"Internal library '#{resolvedUri}' is not accessible from " |
"'#{importingUri}'."); |