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

Unified Diff: pkg/front_end/testcases/runtime_checks/covariant_keyword.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/covariant_keyword.dart.direct.expect
diff --git a/pkg/front_end/testcases/runtime_checks/covariant_keyword.dart.direct.expect b/pkg/front_end/testcases/runtime_checks/covariant_keyword.dart.direct.expect
index d11d8a9276c343c04b157f60cb3e1d6ded95aafa..9dc7285d01a83e9a9ba77614739a8b80cf4041d2 100644
--- a/pkg/front_end/testcases/runtime_checks/covariant_keyword.dart.direct.expect
+++ b/pkg/front_end/testcases/runtime_checks/covariant_keyword.dart.direct.expect
@@ -13,7 +13,7 @@ class D extends self::C {
default constructor •() → void
: super self::C::•()
;
- method f(core::int x) → void {}
+ method f(covariant core::int x) → void {}
}
class E extends self::D {
default constructor •() → void

Powered by Google App Engine
This is Rietveld 408576698