| Index: pkg/front_end/testcases/rasta/issue_000081.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/rasta/issue_000081.dart.direct.expect b/pkg/front_end/testcases/rasta/issue_000081.dart.direct.expect
|
| index 2ed2e94292eada370df9d217e0ea817ee59bdd33..36917883fd189aa7c8e82bdc916606530dd37906 100644
|
| --- a/pkg/front_end/testcases/rasta/issue_000081.dart.direct.expect
|
| +++ b/pkg/front_end/testcases/rasta/issue_000081.dart.direct.expect
|
| @@ -4,13 +4,13 @@ import "dart:core" as core;
|
|
|
| class Base extends core::Object {
|
| field core::int hashCode = 42;
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
| class Sub extends self::Base {
|
| field core::int _hashCode = null;
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super self::Base::•()
|
| ;
|
| get hashCode() → dynamic
|
|
|