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

Unified Diff: pkg/front_end/testcases/rasta/super_mixin.dart.strong.expect

Issue 3004703002: Don't export unnamed mixins. (Closed)
Patch Set: Update transitive_mixins.dart.shaker Created 3 years, 4 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: pkg/front_end/testcases/rasta/super_mixin.dart.strong.expect
diff --git a/pkg/front_end/testcases/rasta/super_mixin.dart.strong.expect b/pkg/front_end/testcases/rasta/super_mixin.dart.strong.expect
index aadd5df51c0b3d2e37a5927f36988722ee93b12d..083a1176d0e863691c5d7f3ba02efa3698dc5e79 100644
--- a/pkg/front_end/testcases/rasta/super_mixin.dart.strong.expect
+++ b/pkg/front_end/testcases/rasta/super_mixin.dart.strong.expect
@@ -12,16 +12,16 @@ class Super<S extends core::Object> extends core::Object {
method f() → dynamic
return 3;
}
-abstract class Super&Mixin^#T0^#T0<#T0 extends core::Object> = self::Super<self::Super&Mixin^#T0^#T0::#T0> with mix::Mixin<self::Super&Mixin^#T0^#T0::#T0> {
+abstract class _Super&Mixin^#T0^#T0<#T0 extends core::Object> = self::Super<self::_Super&Mixin^#T0^#T0::#T0> with mix::Mixin<self::_Super&Mixin^#T0^#T0::#T0> {
}
-class C<V extends core::Object> extends self::Super&Mixin^#T0^#T0<self::C::V> {
+class C<V extends core::Object> extends self::_Super&Mixin^#T0^#T0<self::C::V> {
default constructor •() → void
: super self::Super::•()
;
}
-abstract class Super&Mixin = self::Super<dynamic> with mix::Mixin<dynamic> {
+abstract class _Super&Mixin = self::Super<dynamic> with mix::Mixin<dynamic> {
}
-class D extends self::Super&Mixin {
+class D extends self::_Super&Mixin {
default constructor •() → void
: super self::Super::•()
;

Powered by Google App Engine
This is Rietveld 408576698