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 55a0e8d8fd1ff8b1ad1a3ca667465703c94d9262..39373ca5cbc21da7df80d24931950b1d13f5ef71 100644 |
--- a/pkg/front_end/testcases/rasta/issue_000007.dart.direct.expect |
+++ b/pkg/front_end/testcases/rasta/issue_000007.dart.direct.expect |
@@ -3,12 +3,12 @@ import self as self; |
import "dart:core" as core; |
class Base extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
: super core::Object::•() |
; |
} |
class Mixin extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
: super core::Object::•() |
; |
method foo() → dynamic |
@@ -17,7 +17,7 @@ class Mixin extends core::Object { |
abstract class Base&Mixin = self::Base with self::Mixin { |
} |
class Sub extends self::Base&Mixin { |
- constructor •() → void |
+ default constructor •() → void |
: super self::Base::•() |
; |
} |