Untyped variadic function types should not be permitted in strict mode
[hiphop-php.git] / hphp / hack / test / typecheck / xhp_hint.php
blob5e1e772f58f9e03404e0726c7383dc41abab7a78
1 <?hh
3 class :foo {}
5 function f(): :foo {
6 return 1;