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

Unified Diff: tests/language/type_variable_bounds2_test.dart

Issue 11434089: Update or delete language tests using obsolete interfaces or default factory (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years 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/type_variable_bounds2_test.dart
===================================================================
--- tests/language/type_variable_bounds2_test.dart (revision 15648)
+++ tests/language/type_variable_bounds2_test.dart (working copy)
@@ -4,11 +4,11 @@
// Test of parameterized types with invalid bounds.
-interface J<T> { }
+abstract class J<T> { }
-interface K<T> { }
+abstract class K<T> { }
-interface I<T
+abstract class I<T
extends num /// 00: continued
extends num /// 01: continued
extends num /// 02: continued
« no previous file with comments | « tests/language/type_checks_in_factory_method_test.dart ('k') | tests/language/type_variable_bounds_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698