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

Unified Diff: tests/language/mixin_supertype_subclass4_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_supertype_subclass4_test.dart
diff --git a/tests/language/mixin_supertype_subclass4_test.dart b/tests/language/mixin_supertype_subclass4_test.dart
index 82770d3925ac010b23880a437cbdff57ed552a26..56fcf7f588a610678f0148eb270e3b86938822a9 100644
--- a/tests/language/mixin_supertype_subclass4_test.dart
+++ b/tests/language/mixin_supertype_subclass4_test.dart
@@ -17,26 +17,19 @@
// a warning.
class B {}
-
class C {}
-
class D {}
-
class E extends B with C implements D {}
-
class F extends E {}
-
class G {}
-
class A = E with M;
-
class M
extends B with G //# 01: static type warning
extends C with G //# 02: static type warning
extends D with G //# 03: static type warning
extends E with G //# 04: static type warning
extends F with G //# 05: static type warning
-{}
+ {}
main() {
new A();
« no previous file with comments | « tests/language/mixin_supertype_subclass3_test.dart ('k') | tests/language/mixin_supertype_subclass_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698