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

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: Remove trailing whitespace 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
« no previous file with comments | « no previous file | tests/language/deferred_inheritance_constraints_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/deferred_inheritance_constraints_lib.dart
diff --git a/tests/language/deferred_constraints_lib2.dart b/tests/language/deferred_inheritance_constraints_lib.dart
similarity index 89%
copy from tests/language/deferred_constraints_lib2.dart
copy to tests/language/deferred_inheritance_constraints_lib.dart
index 830705f0cd4e96f3a5355dff33001eebc4b134fe..87ed2835f14282431cd1dd7980b8386b9e7b11c4 100644
--- a/tests/language/deferred_constraints_lib2.dart
+++ b/tests/language/deferred_inheritance_constraints_lib.dart
@@ -2,6 +2,5 @@
// 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.
-foo() => 42;
-
-class C {}
+class Foo {}
+class Foo2 {}
« no previous file with comments | « no previous file | tests/language/deferred_inheritance_constraints_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698