Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / xhp_attr_3.php
blobf80cd0875e436d4ef5d574978fd962e942e896cc
1 <?hh
2 function test($obj) {
3 // Using ->: syntax for writing is not supported for now
4 $obj->:foo = 123;