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

Unified Diff: tests/language/pseudo_kw_illegal_test.dart

Issue 10545131: Issue 3531. Don't allow using built-in identifier as import prefix (Closed) Base URL: https://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: tests/language/pseudo_kw_illegal_test.dart
diff --git a/tests/language/pseudo_kw_illegal_test.dart b/tests/language/pseudo_kw_illegal_test.dart
index 60ec6d60616fab4d0e93ce897f8802377f79ce56..4a4b93e6821665605baf21397f703845a09c9458 100644
--- a/tests/language/pseudo_kw_illegal_test.dart
+++ b/tests/language/pseudo_kw_illegal_test.dart
@@ -6,7 +6,6 @@
// Pseudo keywords are not allowed to be used as class names.
class abstract { } /// 01: compile-time error
class assert { } /// 02: compile-time error
Brian Wilkerson 2012/06/12 15:20:02 Missing "as".
-class call { } /// 03: compile-time error
class Dynamic { } /// 04: compile-time error
class factory { } /// 05: compile-time error
class get { } /// 06: compile-time error

Powered by Google App Engine
This is Rietveld 408576698