| Index: pkg/front_end/testcases/rasta/class_hierarchy.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/rasta/class_hierarchy.dart.direct.expect b/pkg/front_end/testcases/rasta/class_hierarchy.dart.direct.expect
|
| index f8bf7421b7db0c1dfe112c67293f5ae3b65b4e25..0ecb52b9d40bc21420fb5623a16042839cf4c40f 100644
|
| --- a/pkg/front_end/testcases/rasta/class_hierarchy.dart.direct.expect
|
| +++ b/pkg/front_end/testcases/rasta/class_hierarchy.dart.direct.expect
|
| @@ -3,24 +3,29 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| class A extends core::Object {
|
| - constructor •() → self::A
|
| - : invalid-initializer;
|
| + constructor •() → void
|
| + : super core::Object::•()
|
| + ;
|
| }
|
| class B extends core::Object {
|
| - constructor •() → self::B
|
| - : invalid-initializer;
|
| + constructor •() → void
|
| + : super core::Object::•()
|
| + ;
|
| }
|
| class C extends core::Object {
|
| - constructor •() → dynamic
|
| - : invalid-initializer;
|
| + constructor •() → void
|
| + : super core::Object::•()
|
| + ;
|
| }
|
| class D extends core::Object {
|
| + static field dynamic _redirecting# = <dynamic>[self::D::•];
|
| static factory •() → self::D
|
| - invalid-statement;
|
| + let dynamic #redirecting_factory = "Missing" in invalid-expression;
|
| }
|
| +const field dynamic #errors = const <dynamic>["pkg/front_end/testcases/rasta/class_hierarchy.dart:9:7: Error: The type 'Missing' can't be mixed in.\nclass C = Object with Missing;\n ^", "pkg/front_end/testcases/rasta/class_hierarchy.dart: Error: The type 'Missing' can't be used as supertype.", "pkg/front_end/testcases/rasta/class_hierarchy.dart: Error: The type 'Missing' can't be used as supertype.", "pkg/front_end/testcases/rasta/class_hierarchy.dart: Error: The type 'Missing' can't be used as supertype.", "pkg/front_end/testcases/rasta/class_hierarchy.dart: Error: The type 'Missing' can't be used as supertype."]/* from null */;
|
| static method main() → void {
|
| new self::A::•();
|
| new self::B::•();
|
| new self::C::•();
|
| - invalid-expression.call();
|
| + throw new core::NoSuchMethodError::_withType(null, #Missing, 32, <dynamic>[].toList(growable: false), <dynamic, dynamic>{}, null);
|
| }
|
|
|