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

Unified Diff: pkg/front_end/testcases/runtime_checks/dynamic_invocation.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
« no previous file with comments | « pkg/front_end/testcases/runtime_checks/dynamic_invocation.dart.direct.expect ('k') | pkg/kernel/binary.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/testcases/runtime_checks/dynamic_invocation.dart.outline.expect
diff --git a/pkg/front_end/testcases/runtime_checks/dynamic_invocation.dart.outline.expect b/pkg/front_end/testcases/runtime_checks/dynamic_invocation.dart.outline.expect
index 722b0468eb99f53734ea0bffff5bfb864a4a5be5..90ea6020bf8dc8ea7c8c869d9c8950b63bd1b4cf 100644
--- a/pkg/front_end/testcases/runtime_checks/dynamic_invocation.dart.outline.expect
+++ b/pkg/front_end/testcases/runtime_checks/dynamic_invocation.dart.outline.expect
@@ -13,7 +13,7 @@ class C<T extends core::Object> extends core::Object {
class D extends self::C<core::num> {
default constructor •() → void
;
- method f1(core::int x) → void
+ method f1(covariant core::int x) → void
;
}
static method g1(dynamic d) → void
« no previous file with comments | « pkg/front_end/testcases/runtime_checks/dynamic_invocation.dart.direct.expect ('k') | pkg/kernel/binary.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698