New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / inout / bad_inout_decl_byref2.php
blob9a4c0b983e8a5095e11c292f0c0fbd83b24a0643
1 <?hh // partial
3 function test(inout int $x, bool $b, string &$s): void {}