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

Unified Diff: pkg/front_end/testcases/rasta/super_mixin.dart.direct.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.direct.expect
diff --git a/pkg/front_end/testcases/rasta/super_mixin.dart.direct.expect b/pkg/front_end/testcases/rasta/super_mixin.dart.direct.expect
index 4558401c1d6bc9787bf974e6d81646a7d6361217..e442eb975c3c7abbd18b536708d5516ea0f66383 100644
--- a/pkg/front_end/testcases/rasta/super_mixin.dart.direct.expect
+++ b/pkg/front_end/testcases/rasta/super_mixin.dart.direct.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