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

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

Issue 9347045: Start supporting default classes. (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
« no previous file with comments | « dart/frog/leg/scanner/class_element_parser.dart ('k') | dart/tests/co19/co19-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/leg/warnings.dart
diff --git a/dart/frog/leg/warnings.dart b/dart/frog/leg/warnings.dart
index a4419f61a63890e4e8b08a57683e5a9b70683bb7..db5fdc19242144239edf388be9a9644119ac6f24 100644
--- a/dart/frog/leg/warnings.dart
+++ b/dart/frog/leg/warnings.dart
@@ -111,6 +111,9 @@ class MessageKind {
static final NO_SUCH_LIBRARY_MEMBER = const MessageKind(
'#{1} has no member named #{2}');
+ static final CANNOT_INSTANTIATE_INTERFACE = const MessageKind(
+ "cannot instantiate interface '#{1}'");
+
toString() => template;
}
« no previous file with comments | « dart/frog/leg/scanner/class_element_parser.dart ('k') | dart/tests/co19/co19-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698