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

Unified Diff: pkg/front_end/test/fasta/strong.status

Issue 2908453002: Infer the types of initializing formals from the corresponding 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/test/fasta/strong.status
diff --git a/pkg/front_end/test/fasta/strong.status b/pkg/front_end/test/fasta/strong.status
index 6f6dc6ddd84bb6f865c09dd125fbb4047b1e3460..2ad3c325391fe68492720dad4447916272eec7dd 100644
--- a/pkg/front_end/test/fasta/strong.status
+++ b/pkg/front_end/test/fasta/strong.status
@@ -57,8 +57,6 @@ unused_methods: Fail
void-methods: Fail
inference/constructors_infer_from_arguments: Fail
-inference/constructors_infer_from_arguments_const: Fail
-inference/constructors_infer_from_arguments_const_with_upper_bound: Fail
inference/constructors_infer_from_arguments_factory: Fail
inference/constructors_infer_from_arguments_factory_calls_constructor: Fail
inference/constructors_infer_from_arguments_named_factory: Fail
@@ -153,7 +151,6 @@ inference/inferred_type_uses_synthetic_function_type_positional_param: Fail
inference/inferred_type_via_closure_multiple_levels_of_nesting: Fail
inference/lambda_does_not_have_propagated_type_hint: Fail
inference/list_literals_can_infer_null_top_level: Fail
-inference/local_constructor_from_arguments: Fail
inference/map_literals: Fail
inference/map_literals_can_infer_null: Fail
inference/map_literals_can_infer_null_top_level: Fail

Powered by Google App Engine
This is Rietveld 408576698