Index: pkg/front_end/testcases/rasta/super_operator.dart.outline.expect |
diff --git a/pkg/front_end/testcases/rasta/super_operator.dart.outline.expect b/pkg/front_end/testcases/rasta/super_operator.dart.outline.expect |
index 5a886e153cccf3a60dbaeced019ed1683ff541a6..02aacd7ce9bd349de063e72a01754186845c90be 100644 |
--- a/pkg/front_end/testcases/rasta/super_operator.dart.outline.expect |
+++ b/pkg/front_end/testcases/rasta/super_operator.dart.outline.expect |
@@ -3,7 +3,7 @@ import self as self; |
import "dart:core" as core; |
class A extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
; |
operator +(core::String s) → dynamic |
; |
@@ -13,7 +13,7 @@ class A extends core::Object { |
; |
} |
class B extends self::A { |
- constructor •() → void |
+ default constructor •() → void |
; |
operator +(core::String s) → dynamic |
; |
@@ -23,7 +23,7 @@ class B extends self::A { |
; |
} |
class Autobianchi extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
; |
method g() → dynamic |
; |