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

Unified Diff: tests/lib/mirrors/field_type_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/field_type_test.dart
diff --git a/tests/lib/mirrors/field_type_test.dart b/tests/lib/mirrors/field_type_test.dart
index e058fbe6ca4b630c63e7f38817a8101a91d11cc1..514e3d47fc48fc71fa0fd67fe3f823c911d0230e 100644
--- a/tests/lib/mirrors/field_type_test.dart
+++ b/tests/lib/mirrors/field_type_test.dart
@@ -9,10 +9,12 @@ import 'dart:mirrors';
import "package:expect/expect.dart";
String toplevelVariable;
+
class C {
final int i;
const C(this.i);
}
+
class A<T> {
static int staticField;
@C(42)
@@ -75,4 +77,4 @@ main() {
testOriginalDeclaration();
testInstance();
testTopLevel();
-}
+}

Powered by Google App Engine
This is Rietveld 408576698