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

Unified Diff: pkg/front_end/testcases/inference/property_get_toplevel.dart.direct.expect

Issue 2942153002: Enable top level inference of instance property gets/sets. (Closed)
Patch Set: Created 3 years, 6 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/inference/property_get_toplevel.dart.direct.expect
diff --git a/pkg/front_end/testcases/inference/property_get_toplevel.dart.direct.expect b/pkg/front_end/testcases/inference/property_get_toplevel.dart.direct.expect
index 403c6deb18cdb621902fe5b14ab0899058bd4bd7..a383f81d77c4d3d307320803991af4bd3c40c39a 100644
--- a/pkg/front_end/testcases/inference/property_get_toplevel.dart.direct.expect
+++ b/pkg/front_end/testcases/inference/property_get_toplevel.dart.direct.expect
@@ -13,10 +13,6 @@ class C extends core::Object {
return 0;
}
static field self::C c = new self::C::•();
-static field dynamic field_ref = self::c.field;
-static field dynamic getter_ref = self::c.getter;
static field dynamic function_ref = self::c.function;
-static field dynamic field_ref_list = <dynamic>[self::c.field];
-static field dynamic getter_ref_list = <dynamic>[self::c.getter];
static field dynamic function_ref_list = <dynamic>[self::c.function];
static method main() → dynamic {}

Powered by Google App Engine
This is Rietveld 408576698