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

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

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/generic_type_mirror_test.dart
diff --git a/tests/lib/mirrors/generic_type_mirror_test.dart b/tests/lib/mirrors/generic_type_mirror_test.dart
index e48892f6b8bde2f3b58c95adf8b0bd941b407125..684f5f366b35682c7118eb01db9ba00b4f377173 100644
--- a/tests/lib/mirrors/generic_type_mirror_test.dart
+++ b/tests/lib/mirrors/generic_type_mirror_test.dart
@@ -14,8 +14,11 @@ class Foo<W, V> {
H<V> p() {}
o(W w) {}
}
+
class H<T> {}
+
class Bar {}
+
class Baz {}
void testInstance() {
@@ -49,7 +52,6 @@ void testInstance() {
Expect.equals(baz, p.returnType.typeArguments[0]);
Expect.equals(baz, setter.parameters.single.type);
-
}
void testOriginalDeclaration() {
@@ -87,4 +89,4 @@ void testOriginalDeclaration() {
main() {
testInstance();
testOriginalDeclaration();
-}
+}

Powered by Google App Engine
This is Rietveld 408576698