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

Unified Diff: tests/language_strong/mixin_lib_extends_method_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_method_test.dart
diff --git a/tests/language_strong/mixin_lib_extends_method_test.dart b/tests/language_strong/mixin_lib_extends_method_test.dart
index 25ade937f7ca92c67bca346e916d04d30f569b07..105ddd86628b90b0da9f123ffe818c0eb1fa4fbc 100644
--- a/tests/language_strong/mixin_lib_extends_method_test.dart
+++ b/tests/language_strong/mixin_lib_extends_method_test.dart
@@ -12,9 +12,11 @@ class S {
baz() => "S-baz";
}
-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 {
fez() => "F-fez";

Powered by Google App Engine
This is Rietveld 408576698