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

Unified Diff: pkg/front_end/testcases/inference/method_call_with_type_arguments_static_method.dart

Issue 2920223008: Record method invocation targets that are not procedures. (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/method_call_with_type_arguments_static_method.dart
diff --git a/pkg/front_end/testcases/inference/method_call_with_type_arguments_static_method.dart b/pkg/front_end/testcases/inference/method_call_with_type_arguments_static_method.dart
index abaddb0c7055bc5019bbcde3f83fd7db246715b3..1ba94e31530f01f8ac6bbbe2b7a0ad7256bf96e7 100644
--- a/pkg/front_end/testcases/inference/method_call_with_type_arguments_static_method.dart
+++ b/pkg/front_end/testcases/inference/method_call_with_type_arguments_static_method.dart
@@ -11,4 +11,6 @@ class C {
class D<T> {}
-var /*@topType=D<int>*/ f = C. /*@target=C::f*/ f<int>();
+var /*@topType=D<int>*/ f = C.f<int>();
+
+main() {}

Powered by Google App Engine
This is Rietveld 408576698