Properly handle byval collection types wrapped in unresolved type
commit72c67cb5d8845ee675c3fb9b9b85458de841748e
authorVladimir Matveev <vladima@fb.com>
Sat, 24 Mar 2018 00:30:25 +0000 (23 17:30 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Sat, 24 Mar 2018 00:46:32 +0000 (23 17:46 -0700)
treec734b800b8be08bef96653a1f9952717434f1272
parent79e31522db8c28afe20f00e81b847e06da7be67f
Properly handle byval collection types wrapped in unresolved type

Summary: as in title

Reviewed By: oulgen

Differential Revision: D7389104

fbshipit-source-id: a6f4b36e7c1027a56bf1d0aadacfa01731decbfc
hphp/hack/src/typing/typing_mutability.ml
hphp/hack/test/typecheck/reactive/rx_unresolved_byval_collection1.php [new file with mode: 0644]
hphp/hack/test/typecheck/reactive/rx_unresolved_byval_collection1.php.exp [new file with mode: 0644]
hphp/hack/test/typecheck/reactive/rx_unresolved_byval_collection2.php [new file with mode: 0644]
hphp/hack/test/typecheck/reactive/rx_unresolved_byval_collection2.php.exp [new file with mode: 0644]
hphp/hack/test/typecheck/reactive/rx_unresolved_byval_collection3.php [new file with mode: 0644]
hphp/hack/test/typecheck/reactive/rx_unresolved_byval_collection3.php.exp [new file with mode: 0644]