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

Unified Diff: tests/lib_strong/mirrors/repeated_private_anon_mixin_app1.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/lib_strong/mirrors/repeated_private_anon_mixin_app1.dart
diff --git a/tests/lib_strong/mirrors/repeated_private_anon_mixin_app1.dart b/tests/lib_strong/mirrors/repeated_private_anon_mixin_app1.dart
index 54259201ef7e6924750a0b240eddf110e4627d64..7519844b2a4985ee07c6e58f1e9f12a2fa698e39 100644
--- a/tests/lib_strong/mirrors/repeated_private_anon_mixin_app1.dart
+++ b/tests/lib_strong/mirrors/repeated_private_anon_mixin_app1.dart
@@ -5,7 +5,11 @@
library lib;
class _S {}
+
class _M {}
+
class _M2 {}
+
class MA extends _S with _M {}
+
class MA2 extends _S with _M, _M2 {}

Powered by Google App Engine
This is Rietveld 408576698