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

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

Issue 8972003: Promote class to a reserved word (Closed) Base URL: https://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
Index: tests/language/src/PseudoKWTest.dart
diff --git a/tests/language/src/PseudoKWTest.dart b/tests/language/src/PseudoKWTest.dart
index b0fc30bb27a232568c2873c2113766cfc386dca4..12b4e91e6b61d7f02d2ae1fc026d8e155d69a764 100644
--- a/tests/language/src/PseudoKWTest.dart
+++ b/tests/language/src/PseudoKWTest.dart
@@ -12,7 +12,6 @@ class PseudoKWTest {
// that are legal identifiers at the function level.
var abstract = 0;
- var class = 0;
var extends = 0;
var factory = 0;
var get = 0;
@@ -36,7 +35,7 @@ class PseudoKWTest {
break get;
}
- return static + library * class;
+ return static + library;
}
}

Powered by Google App Engine
This is Rietveld 408576698