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

Unified Diff: pkg/front_end/testcases/runtime_checks/call_through_this.dart.direct.expect

Issue 3008463002: Store the covariant keyword flag for parameters and fields into Kernel and resynthesize in analyzer. (Closed)
Patch Set: Update Field in binary. Created 3 years, 4 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/runtime_checks/call_through_this.dart.direct.expect
diff --git a/pkg/front_end/testcases/runtime_checks/call_through_this.dart.direct.expect b/pkg/front_end/testcases/runtime_checks/call_through_this.dart.direct.expect
index ad2d10c2ec94b03c62c575ab9bc9a04dc27892aa..42dbe225a87e9334c3b02e2760937e779c67e767 100644
--- a/pkg/front_end/testcases/runtime_checks/call_through_this.dart.direct.expect
+++ b/pkg/front_end/testcases/runtime_checks/call_through_this.dart.direct.expect
@@ -29,7 +29,7 @@ class E extends self::C<core::num> {
default constructor •() → void
: super self::C::•()
;
- method f(core::int x) → void {}
+ method f(covariant core::int x) → void {}
}
static method test() → dynamic {
dynamic x = new self::D::•().g4() as (core::Object) → dynamic;

Powered by Google App Engine
This is Rietveld 408576698