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

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

Issue 2768073002: 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
Index: tests/lib/mirrors/generics_double_substitution_test.dart
diff --git a/tests/lib/mirrors/generics_double_substitution_test.dart b/tests/lib/mirrors/generics_double_substitution_test.dart
index ea3f5bc14d84087a9d63132250ec9a3e6dce35e0..ed058a79f6cadba62a29cb94214e3cef3cf11e69 100644
--- a/tests/lib/mirrors/generics_double_substitution_test.dart
+++ b/tests/lib/mirrors/generics_double_substitution_test.dart
@@ -8,7 +8,9 @@ import 'dart:mirrors';
import 'package:expect/expect.dart';
class A<R> {}
+
class B<S> {}
+
class C<T> extends B<A<T>> {
A<T> field;
A<T> returnType() {}

Powered by Google App Engine
This is Rietveld 408576698