| Index: pkg/front_end/testcases/rasta/bad_redirection.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/rasta/bad_redirection.dart.direct.expect b/pkg/front_end/testcases/rasta/bad_redirection.dart.direct.expect
|
| index 2394a16ee0cd9211f52cf255dec7e78390573904..9446333396a4926dd693bf1db2f158874cd6ca80 100644
|
| --- a/pkg/front_end/testcases/rasta/bad_redirection.dart.direct.expect
|
| +++ b/pkg/front_end/testcases/rasta/bad_redirection.dart.direct.expect
|
| @@ -3,9 +3,9 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| class Foo extends core::Object {
|
| - constructor •() → dynamic
|
| + constructor •() → void
|
| : super core::Object::•()
|
| - invalid-statement;
|
| + const core::_ConstantExpressionError::•()._throw(new core::_CompileTimeError::•("pkg/front_end/testcases/rasta/bad_redirection.dart:6:11: Error: Can't return from a constructor.\n Foo() = Bar;\n ^"));
|
| }
|
| class Bar extends self::Foo {
|
| static factory •() → self::Bar
|
|
|