Properly handle `|> Rx\mutable` as the right hand side of the assignment
commit87619088933d7fdfb85cbc750bade666265af961
authorVladimir Matveev <vladima@fb.com>
Thu, 22 Nov 2018 01:38:50 +0000 (21 17:38 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Thu, 22 Nov 2018 01:41:22 +0000 (21 17:41 -0800)
tree9545dc0adc04266036ece6d4c67f4c1c7fa54923
parent380394b96e094c9460d7d0b8d611aea8ea8ed30c
Properly handle `|> Rx\mutable` as the right hand side of the assignment

Summary: as in title

Reviewed By: DavidSnider

Differential Revision: D13165133

fbshipit-source-id: 5087b53096fecfaaa07316bd8b71c369c0807ffe
hphp/hack/src/typing/typing_mutability.ml
hphp/hack/test/typecheck/reactive/rx_mutable_in_pipe1.php [new file with mode: 0644]
hphp/hack/test/typecheck/reactive/rx_mutable_in_pipe1.php.exp [new file with mode: 0644]