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

Unified Diff: pkg/front_end/testcases/runtime_checks/dynamic_invocation.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/dynamic_invocation.dart.direct.expect
diff --git a/pkg/front_end/testcases/runtime_checks/dynamic_invocation.dart.direct.expect b/pkg/front_end/testcases/runtime_checks/dynamic_invocation.dart.direct.expect
index d9392d61ef7cd6f961932dba25973a97b25e9960..511bdd94a23053f6cfb348adcad85a046bc06e72 100644
--- a/pkg/front_end/testcases/runtime_checks/dynamic_invocation.dart.direct.expect
+++ b/pkg/front_end/testcases/runtime_checks/dynamic_invocation.dart.direct.expect
@@ -13,7 +13,7 @@ class D extends self::C<core::num> {
default constructor •() → void
: super self::C::•()
;
- method f1(core::int x) → void {}
+ method f1(covariant core::int x) → void {}
}
static method g1(dynamic d) → void {
d.f1(1.5);

Powered by Google App Engine
This is Rietveld 408576698