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

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

Issue 10447088: Add a new magic element type for annotating types that have Javascript array behavior. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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: lib/compiler/implementation/warnings.dart
===================================================================
--- lib/compiler/implementation/warnings.dart (revision 8103)
+++ lib/compiler/implementation/warnings.dart (working copy)
@@ -159,7 +159,7 @@
static final CYCLIC_TYPE_VARIABLE = const MessageKind(
"cyclic reference to type variable #{1}");
static final TYPE_NAME_EXPECTED = const MessageKind(
- "class or interface name exptected");
+ "class or interface name expected");
static final CANNOT_EXTEND = const MessageKind(
"#{1} cannot be extended");

Powered by Google App Engine
This is Rietveld 408576698