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

Unified Diff: pkg/front_end/testcases/inference_new/infer_instance_field_ref.dart.outline.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_new/infer_instance_field_ref.dart.outline.expect
diff --git a/pkg/front_end/testcases/inference_new/infer_instance_field_ref.dart.outline.expect b/pkg/front_end/testcases/inference_new/infer_instance_field_ref.dart.outline.expect
new file mode 100644
index 0000000000000000000000000000000000000000..d5e50fb25eafee17c38b3b86049303b47463ada9
--- /dev/null
+++ b/pkg/front_end/testcases/inference_new/infer_instance_field_ref.dart.outline.expect
@@ -0,0 +1,27 @@
+library test;
+import self as self;
+import "dart:core" as core;
+
+class A extends core::Object {
+ field self::B b;
+ constructor •() → void
+ ;
+}
+class B extends core::Object {
+ field self::C c;
+ constructor •() → void
+ ;
+}
+class C extends core::Object {
+ constructor •() → void
+ ;
+}
+class D extends self::C {
+ constructor •() → void
+ ;
+}
+static field dynamic a;
+static field dynamic x;
+static field dynamic y;
+static method main() → dynamic
+ ;

Powered by Google App Engine
This is Rietveld 408576698