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

Unified Diff: pkg/front_end/testcases/runtime_checks/call_through_this.dart.outline.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.outline.expect
diff --git a/pkg/front_end/testcases/runtime_checks/call_through_this.dart.outline.expect b/pkg/front_end/testcases/runtime_checks/call_through_this.dart.outline.expect
index 6f69695eb2fee1bb6ef482c8be9f0bc905cadf2d..1f54bc821bd5b3c31e940ea3e2318c0fedaffb93 100644
--- a/pkg/front_end/testcases/runtime_checks/call_through_this.dart.outline.expect
+++ b/pkg/front_end/testcases/runtime_checks/call_through_this.dart.outline.expect
@@ -24,7 +24,7 @@ class D extends self::C<core::int> {
class E extends self::C<core::num> {
default constructor •() → void
;
- method f(core::int x) → void
+ method f(covariant core::int x) → void
;
}
static method test() → dynamic

Powered by Google App Engine
This is Rietveld 408576698