New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / strict_no_statements3.php
blobcb1a30c0d56e47ab2907b549a3ac7f39db7d66fe
1 <?hh // strict
3 function f(): void {}
4 f();