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

Unified Diff: tests/language/function_subtype_bound_closure5a_test.dart

Issue 77993002: Add substitutions even when type arguments are fixed. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 7 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/function_subtype_bound_closure5a_test.dart
diff --git a/tests/language/function_subtype_bound_closure5_test.dart b/tests/language/function_subtype_bound_closure5a_test.dart
similarity index 96%
copy from tests/language/function_subtype_bound_closure5_test.dart
copy to tests/language/function_subtype_bound_closure5a_test.dart
index 8192b6f9436623ab708ce44e13fe7c24657017c0..106f113d62723948c33ac927e98c7055e5602b6b 100644
--- a/tests/language/function_subtype_bound_closure5_test.dart
+++ b/tests/language/function_subtype_bound_closure5a_test.dart
@@ -33,7 +33,9 @@ class C<T> {
}
}
-class D<S, T> extends C<T> {}
+class Cm<T> extends C<T> {}
+
+class D<S, T> extends Cm<T> {}
main() {
new D<String, bool>().test('bool', true);
« tests/language/fixed_type_variable_test.dart ('K') | « tests/language/fixed_type_variable_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698