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

Unified Diff: pkg/front_end/testcases/inference/infer_use_of_void.dart.strong.expect

Issue 2905123002: Perform type inference on explicitly typed fields. (Closed)
Patch Set: Created 3 years, 7 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/infer_use_of_void.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference/infer_use_of_void.dart.strong.expect b/pkg/front_end/testcases/inference/infer_use_of_void.dart.strong.expect
index 1ec9b60a072142f07168c97bc3e84515eacc8f81..b0d71fb7ce34fadb6e873818e7b0bba48cd37891 100644
--- a/pkg/front_end/testcases/inference/infer_use_of_void.dart.strong.expect
+++ b/pkg/front_end/testcases/inference/infer_use_of_void.dart.strong.expect
@@ -14,7 +14,7 @@ class C extends self::B {
;
method f() → dynamic {}
}
-static field dynamic x = new self::C::•().f();
+static field dynamic x = new self::C::•().{self::C::f}();
static method main() → dynamic {
self::x;
}

Powered by Google App Engine
This is Rietveld 408576698