Disallow ... without type in function typehints
[hiphop-php.git] / hphp / hack / test / typecheck / void_usage.php
blob39b8dce19d248fea3ee38cd3feed537a43c9b97e
1 <?hh // strict
3 function v(): void {}
5 function f(): bool {
6 return 1 === v();