Allow defaults to call policied
[hiphop-php.git] / hphp / test / slow / rx / body / prop_write_on_return_value_incdec.php
bloba79ffb8c4268dd31be6709d3f4bbea26c385f3d2
1 <?hh
3 function returns_object()[rx] {
4 return new stdClass();
7 <<__EntryPoint>>
8 function bad()[rx] {
9 returns_object()->q++;