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

Unified Diff: tests/language_strong/mixin_lib_extends_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_strong/mixin_lib_extends_field_test.dart
diff --git a/tests/language_strong/mixin_lib_extends_field_test.dart b/tests/language_strong/mixin_lib_extends_field_test.dart
index 5edafd3d5ac49f42b2ccaa2c6bb5dcdc7e9ead90..b54433e1aab4cff3bc83d300652570360b085a03 100644
--- a/tests/language_strong/mixin_lib_extends_field_test.dart
+++ b/tests/language_strong/mixin_lib_extends_field_test.dart
@@ -11,9 +11,11 @@ class S {
var foo = "S-foo";
}
-class C extends S with L.M1 { }
-class D extends S with L.M1, L.M2 { }
-class E extends S with L.M2, L.M1 { }
+class C extends S with L.M1 {}
+
+class D extends S with L.M1, L.M2 {}
+
+class E extends S with L.M2, L.M1 {}
class F extends E {
var fez = "F-fez";

Powered by Google App Engine
This is Rietveld 408576698