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

Unified Diff: tests/language/type_promotion_assign_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
« no previous file with comments | « tests/language/type_parameter_test.dart ('k') | tests/language/type_promotion_closure_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/type_promotion_assign_test.dart
diff --git a/tests/language/type_promotion_assign_test.dart b/tests/language/type_promotion_assign_test.dart
index f749d16b5911ae59b0f98511a7d2e902c981d78f..d928fd2449c8df0e5edc4c48cb3a6bad7f38b427 100644
--- a/tests/language/type_promotion_assign_test.dart
+++ b/tests/language/type_promotion_assign_test.dart
@@ -7,19 +7,15 @@
class A {
var a = "a";
}
-
class B extends A {
var b = "b";
}
-
class C extends B {
var c = "c";
}
-
class D extends A {
var d = "d";
}
-
class E implements C, D {
var a = "";
var b = "";
« no previous file with comments | « tests/language/type_parameter_test.dart ('k') | tests/language/type_promotion_closure_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698