No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / void_usage_placeholder.php
blob7f7e53837893234d5705d26a50e1adca0f1187fd
1 <?hh // strict
3 function takes_mixed(mixed $_): void {}
5 function test(): void {
6 takes_mixed($_);