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

Unified Diff: tests/language/src/PseudoKWTest.dart

Issue 8968021: One small step towards sanity (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years 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 | « runtime/vm/token.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/src/PseudoKWTest.dart
===================================================================
--- tests/language/src/PseudoKWTest.dart (revision 2528)
+++ tests/language/src/PseudoKWTest.dart (working copy)
@@ -12,8 +12,6 @@
// that are legal identifiers at the function level.
var abstract = 0;
- var class = 0;
- var extends = 0;
srdjan 2011/12/16 19:03:58 How about adding failing tests for using class and
hausner 2011/12/16 19:15:36 I think that's a good idea once we have exact sema
var factory = 0;
var get = 0;
var implements = 0;
@@ -32,11 +30,11 @@
}
}
- get: while (extends > 0) {
+ get: while (import > 0) {
break get;
}
- return static + library * class;
+ return static + library * operator;
}
}
« no previous file with comments | « runtime/vm/token.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698