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

Unified Diff: tests/lib_strong/mirrors/raw_type_test.dart

Issue 2770063002: Revert "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_strong/mirrors/raw_type_test.dart
diff --git a/tests/lib_strong/mirrors/raw_type_test.dart b/tests/lib_strong/mirrors/raw_type_test.dart
index 3bd498210499c23e14fc0543a6da1f9c8848fca0..911a8afec295e7baeea01c8d1c939de9fdde4e77 100644
--- a/tests/lib_strong/mirrors/raw_type_test.dart
+++ b/tests/lib_strong/mirrors/raw_type_test.dart
@@ -6,9 +6,11 @@ import 'dart:mirrors';
import 'package:expect/expect.dart';
-class Foo<T> {}
+class Foo<T> {
+}
-class Bar<T> extends Foo<T> {}
+class Bar<T> extends Foo<T> {
+}
main() {
var fooType = reflectType(Foo);
« no previous file with comments | « tests/lib_strong/mirrors/parameter_test.dart ('k') | tests/lib_strong/mirrors/redirecting_factory_different_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698