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

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

Issue 9419009: Use shared implementation of Stopwatch. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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 db5fdc19242144239edf388be9a9644119ac6f24..42b2a5a6d10904feaac337bfd05732f688945008 100644
--- a/dart/frog/leg/warnings.dart
+++ b/dart/frog/leg/warnings.dart
@@ -114,6 +114,9 @@ class MessageKind {
static final CANNOT_INSTANTIATE_INTERFACE = const MessageKind(
"cannot instantiate interface '#{1}'");
+ static final NO_DEFAULT_CLASS = const MessageKind(
+ "no default class on enclosing interface '#{1}'");
+
toString() => template;
}

Powered by Google App Engine
This is Rietveld 408576698