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

Unified Diff: tests/language/mixin_cyclic_test.dart

Issue 2774783002: Re-land "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/mixin_black_listed_test.dart ('k') | tests/language/mixin_forwarding_constructor4_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/mixin_cyclic_test.dart
diff --git a/tests/language/mixin_cyclic_test.dart b/tests/language/mixin_cyclic_test.dart
index ba23aab445688e4012b643598509bd6de888bac2..9a37d5ff98637e32f0393cf8988301b1e718deb4 100644
--- a/tests/language/mixin_cyclic_test.dart
+++ b/tests/language/mixin_cyclic_test.dart
@@ -7,6 +7,7 @@
class A<T> {}
class S {}
+
class M<T> {}
class C1 = S with M;
« no previous file with comments | « tests/language/mixin_black_listed_test.dart ('k') | tests/language/mixin_forwarding_constructor4_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698