Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Unified Diff: pkg/front_end/testcases/rasta/issue_000081.dart.direct.expect

Issue 2976283002: Update expectations. (Closed)
Patch Set: Update compile.status. Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698