Constraints for function arguments
[hiphop-php.git] / hphp / hack / test / shape_analysis / dump_constraints / argument.php
blobf610c37dab50d96cdbc2941f2c4bb1c2c7fcd9ab
1 <?hh
3 function f(): void {
4 $d = dict[];
5 inspect($d);
8 function inspect(mixed $_): void {}