| 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 36917883fd189aa7c8e82bdc916606530dd37906..9542e23bcc7b6d001eb6f354f4c26e02a13efcaf 100644
|
| --- a/pkg/front_end/testcases/rasta/issue_000081.dart.direct.expect
|
| +++ b/pkg/front_end/testcases/rasta/issue_000081.dart.direct.expect
|
| @@ -14,9 +14,9 @@ class Sub extends self::Base {
|
| : super self::Base::•()
|
| ;
|
| get hashCode() → dynamic
|
| - return let final dynamic #t1 = this._hashCode in #t1.==(null) ? this._hashCode = this.{=self::Base::hashCode} : #t1;
|
| + return let final dynamic #t1 = this._hashCode in #t1.==(null) ? this._hashCode = super.{self::Base::hashCode} : #t1;
|
| method foo() → dynamic {
|
| - this._hashCode.==(null) ? this._hashCode = this.{=self::Base::hashCode} : null;
|
| + this._hashCode.==(null) ? this._hashCode = super.{self::Base::hashCode} : null;
|
| }
|
| }
|
| static method main() → dynamic {
|
|
|