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

Unified Diff: tests/language/class_cycle_test.dart

Issue 12837007: Revise duplicate interface check (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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 | « runtime/vm/parser.cc ('k') | tests/language/duplicate_interface_lib.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/class_cycle_test.dart
===================================================================
--- tests/language/class_cycle_test.dart (revision 20161)
+++ tests/language/class_cycle_test.dart (working copy)
@@ -19,6 +19,8 @@
, C /// 02: compile-time error
{}
+// Spec says: It is a compile-time error if the superclass
+// of a class C appears in the implements clause of C.
class ExtendsC extends C
implements C /// 03: compile-time error
{}
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/duplicate_interface_lib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698