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

Unified Diff: tests/language/mixin_super_constructor_positionals_test.dart

Issue 2770063002: Revert "Format all multitests" (Closed)
Patch Set: Created 3 years, 9 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/mixin_super_constructor_positionals_test.dart
diff --git a/tests/language/mixin_super_constructor_positionals_test.dart b/tests/language/mixin_super_constructor_positionals_test.dart
index d8c882606bcf85f62ebe1e867f621b40999b7a95..6aad3c659c8ce7453efab330bf4c5f285fe463ff 100644
--- a/tests/language/mixin_super_constructor_positionals_test.dart
+++ b/tests/language/mixin_super_constructor_positionals_test.dart
@@ -6,12 +6,11 @@ import "package:expect/expect.dart";
class Base {
int i, j;
- Base.ctor(
- int this.i,
+ Base.ctor(int this.i,
[ // //# 01: compile-time error
- int this.j
+ int this.j
] // //# 01: continued
- );
+ );
}
abstract class M {
« no previous file with comments | « tests/language/mixin_super_constructor_named_test.dart ('k') | tests/language/mixin_supertype_subclass2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698