Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(533)

Unified Diff: dart/frog/leg/warnings.dart

Issue 9309061: Implement script tags. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: dart/frog/leg/warnings.dart
diff --git a/dart/frog/leg/warnings.dart b/dart/frog/leg/warnings.dart
index e4fd08e1d2c0eb1f9c99da93691cf1a8bc109b7f..9e534251b0a76d20b298eaf1786e5a1588a6896e 100644
--- a/dart/frog/leg/warnings.dart
+++ b/dart/frog/leg/warnings.dart
@@ -88,6 +88,9 @@ class MessageKind {
static final NOT_A_COMPILE_TIME_CONSTANT = const MessageKind(
'#{1} cannot be used as compile-time constant');
+ static final NO_SUCH_LIBRARY_MEMBER = const MessageKind(
+ '#{1} has no member named #{2}');
+
toString() => template;
}

Powered by Google App Engine
This is Rietveld 408576698