Move test/slow/rx into test/slow/coeffects/rx
[hiphop-php.git] / hphp / test / slow / coeffects / rx / body / prop_write_on_return_value_set.php
blobcdd6a1d9a2d1610c545c009313f644c84466b741
1 <?hh
3 function returns_object()[rx] {
4 return new stdClass();
7 <<__EntryPoint>>
8 function bad()[rx] {
9 returns_object()->q = 2;