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

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

Powered by Google App Engine
This is Rietveld 408576698