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

Unified Diff: tests/lib/mirrors/generic_f_bounded_test.dart

Issue 2774783002: Re-land "Format all multitests" (Closed)
Patch Set: Created 3 years, 9 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 | « tests/lib/mirrors/generic_bounded_test.dart ('k') | tests/lib/mirrors/generic_interface_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/generic_f_bounded_test.dart
diff --git a/tests/lib/mirrors/generic_f_bounded_test.dart b/tests/lib/mirrors/generic_f_bounded_test.dart
index 05a9fb895bb3134c2ead96c437874669e8e33475..1ddf7e44875ade7fd99590de9f9456f2a998d98c 100644
--- a/tests/lib/mirrors/generic_f_bounded_test.dart
+++ b/tests/lib/mirrors/generic_f_bounded_test.dart
@@ -11,8 +11,11 @@ import 'package:expect/expect.dart';
import 'generics_helper.dart';
class Magnitude<T> {}
+
class Real extends Magnitude<Real> {}
+
class Sorter<R extends Magnitude<R>> {}
+
class RealSorter extends Sorter<Real> {}
main() {
« no previous file with comments | « tests/lib/mirrors/generic_bounded_test.dart ('k') | tests/lib/mirrors/generic_interface_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698