Add context constants to some hierarchies
commit2dfbcc2efe03a856d07c725768e8a35cb74e1bf5
authorDavid Snider <dizzy@fb.com>
Mon, 28 Dec 2020 20:19:22 +0000 (28 12:19 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Mon, 28 Dec 2020 20:22:56 +0000 (28 12:22 -0800)
treeb67b2441fccc62b26c6a1ec79247261d984a5b38
parent80834e7f9f8f8c2ec2679fbec622033adc625a02
Add context constants to some hierarchies

Reviewed By: vassilmladenov

Differential Revision: D25661223

fbshipit-source-id: ed59fcfe745c731df436f5cbf30f77becf44b53a
27 files changed:
hphp/hack/hhi/collections/interfaces.hhi
hphp/hack/hhi/hackarray.hhi
hphp/hack/hhi/interfaces.hhi
hphp/hack/test/typecheck/anyarray_bad.php.exp
hphp/hack/test/typecheck/argument_unpacking/unpack_call12_infer.php.exp
hphp/hack/test/typecheck/array_map_filter/array_map10.php.exp
hphp/hack/test/typecheck/as_expression/dict.php.exp
hphp/hack/test/typecheck/as_expression/dict2.php.exp
hphp/hack/test/typecheck/as_expression/keyset.php.exp
hphp/hack/test/typecheck/as_expression/keyset2.php.exp
hphp/hack/test/typecheck/as_expression/vec.php.exp
hphp/hack/test/typecheck/as_expression/vec2.php.exp
hphp/hack/test/typecheck/const_type_violated_constraint.php.exp
hphp/hack/test/typecheck/constmap.php.exp
hphp/hack/test/typecheck/constraints/bad_contra_constraint_2.php.exp
hphp/hack/test/typecheck/foreach_vector.php.exp
hphp/hack/test/typecheck/idx3_2.php.exp
hphp/hack/test/typecheck/is_expression/dict.php.exp
hphp/hack/test/typecheck/is_expression/keyset.php.exp
hphp/hack/test/typecheck/is_expression/vec.php.exp
hphp/hack/test/typecheck/lambda/lambda_bad_pos.php.exp
hphp/hack/test/typecheck/must_be_arraykey.php.exp
hphp/hack/test/typecheck/new_inference/index_array_bad.php.exp
hphp/hack/test/typecheck/reified_generics/funciton_call_missing_reified_generics1.php.exp
hphp/hack/test/typecheck/reified_generics/funciton_call_missing_reified_generics2.php.exp
hphp/hack/test/typecheck/test_foreach.php.exp
hphp/hack/test/typecheck/test_foreach2.php.exp