New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / xhp_hint.php
blob030aa1a0e3b8994c187ddc6420503a8fd34296a8
1 <?hh // partial
3 class :foo {}
5 function f(): :foo {
6 return 1;