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

Unified Diff: tests/language/inline_super_field_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/language/inline_super_field_test.dart
diff --git a/tests/language/inline_super_field_test.dart b/tests/language/inline_super_field_test.dart
index a3dc029db466e0f2df499e7a36d54c93a5803ca7..b3316f93724dcbcd9a1b4a407b021c9a43ed4806 100644
--- a/tests/language/inline_super_field_test.dart
+++ b/tests/language/inline_super_field_test.dart
@@ -10,12 +10,11 @@ library inline_super_field_test;
import 'package:expect/expect.dart';
import "inline_super_field_lib.dart";
-class S {
-}
+class S {}
-class C extends S with M1 { }
+class C extends S with M1 {}
void main() {
var c = new C();
Expect.equals(1, c.bar);
-}
+}

Powered by Google App Engine
This is Rietveld 408576698