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

Unified Diff: lib/compiler/implementation/warnings.dart

Issue 10826045: Substitution handled for most Send nodes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 | « lib/compiler/implementation/typechecker.dart ('k') | lib/dartdoc/mirrors/dart2js_mirror.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/warnings.dart
diff --git a/lib/compiler/implementation/warnings.dart b/lib/compiler/implementation/warnings.dart
index b4b1cec2097d16b15eb58ec458e817ffe7976c54..ce34b0ca6da8f43b303ccf10e4fc944b3dd2c155 100644
--- a/lib/compiler/implementation/warnings.dart
+++ b/lib/compiler/implementation/warnings.dart
@@ -22,6 +22,8 @@ class MessageKind {
'missing argument of type #{1}');
static final ADDITIONAL_ARGUMENT = const MessageKind(
'additional argument');
+ static final PROPERTY_NOT_FOUND = const MessageKind(
+ 'no property named #{2} in class #{1}');
static final METHOD_NOT_FOUND = const MessageKind(
'no method named #{2} in class #{1}');
static final MEMBER_NOT_STATIC = const MessageKind(
« no previous file with comments | « lib/compiler/implementation/typechecker.dart ('k') | lib/dartdoc/mirrors/dart2js_mirror.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698