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

Unified Diff: tests/language/deferred_inheritance_constraints_lib.dart

Issue 190553002: Tests that inheritance of deferred classes is disallowed (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add test for redirecting constructor. Remove status-changes. Use new syntax Created 6 years, 5 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/deferred_inheritance_constraints_lib.dart
diff --git a/tests/compiler/dart2js_extra/deferred/deferred_overlapping_lib3.dart b/tests/language/deferred_inheritance_constraints_lib.dart
similarity index 95%
copy from tests/compiler/dart2js_extra/deferred/deferred_overlapping_lib3.dart
copy to tests/language/deferred_inheritance_constraints_lib.dart
index 80d5c9e8a50e6b8cf52f1cb5a37dfad70b423caf..04a79601d59ca4c656b3a380b02ae5d4129fee19 100644
--- a/tests/compiler/dart2js_extra/deferred/deferred_overlapping_lib3.dart
+++ b/tests/language/deferred_inheritance_constraints_lib.dart
@@ -2,4 +2,4 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-class C3 {}
+class E {}

Powered by Google App Engine
This is Rietveld 408576698