Index: tests/lib_strong/mirrors/repeated_private_anon_mixin_app2.dart |
diff --git a/tests/lib_strong/mirrors/repeated_private_anon_mixin_app2.dart b/tests/lib_strong/mirrors/repeated_private_anon_mixin_app2.dart |
index 54259201ef7e6924750a0b240eddf110e4627d64..7519844b2a4985ee07c6e58f1e9f12a2fa698e39 100644 |
--- a/tests/lib_strong/mirrors/repeated_private_anon_mixin_app2.dart |
+++ b/tests/lib_strong/mirrors/repeated_private_anon_mixin_app2.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 {} |