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 8116f3fa5b4880dedf59cf82ef2c75c5cf15ba96..55a0e8d8fd1ff8b1ad1a3ca667465703c94d9262 100644 |
--- a/pkg/front_end/testcases/rasta/issue_000007.dart.direct.expect |
+++ b/pkg/front_end/testcases/rasta/issue_000007.dart.direct.expect |
@@ -14,16 +14,11 @@ class Mixin extends core::Object { |
method foo() → dynamic |
return core::print("foo"); |
} |
-abstract class Base&Mixin extends self::Base implements self::Mixin { |
- constructor •() → void |
- : super self::Base::•() |
- ; |
- method foo() → dynamic |
- return core::print("foo"); |
+abstract class Base&Mixin = self::Base with self::Mixin { |
} |
class Sub extends self::Base&Mixin { |
constructor •() → void |
- : super self::Base&Mixin::•() |
+ : super self::Base::•() |
; |
} |
static method main() → dynamic { |