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

Unified Diff: frog/leg/warnings.dart

Issue 8769012: Start resolving classes and default constructors. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 1 month 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: frog/leg/warnings.dart
===================================================================
--- frog/leg/warnings.dart (revision 1986)
+++ frog/leg/warnings.dart (working copy)
@@ -31,6 +31,8 @@
'duplicate definition of #{1}');
static final NOT_A_TYPE = const MessageKind(
'#{1} is not a type');
+ static final CANNOT_FIND_CONSTRUCTOR = const MessageKind(
+ 'cannot find constructor #{1}');
toString() => template;
}

Powered by Google App Engine
This is Rietveld 408576698