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

Unified Diff: pkg/front_end/testcases/rasta/issue_000007.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/issue_000007.dart.direct.expect
diff --git a/pkg/front_end/testcases/rasta/issue_000007.dart.direct.expect b/pkg/front_end/testcases/rasta/issue_000007.dart.direct.expect
index 39373ca5cbc21da7df80d24931950b1d13f5ef71..9da0472b2bc9cea98941ad04707c81ff74d03262 100644
--- a/pkg/front_end/testcases/rasta/issue_000007.dart.direct.expect
+++ b/pkg/front_end/testcases/rasta/issue_000007.dart.direct.expect
@@ -14,9 +14,9 @@ class Mixin extends core::Object {
method foo() → dynamic
return core::print("foo");
}
-abstract class Base&Mixin = self::Base with self::Mixin {
+abstract class _Base&Mixin = self::Base with self::Mixin {
}
-class Sub extends self::Base&Mixin {
+class Sub extends self::_Base&Mixin {
default constructor •() → void
: super self::Base::•()
;

Powered by Google App Engine
This is Rietveld 408576698