New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / inout / bad_inout_decl_byref1.php
bloba111b314fe2cb50c877a09a63aea5c8816305dc8
1 <?hh // partial
3 function test(inout int &$i): void {}