Chromium Code Reviews| 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 |
| {} |