Disallow ... without type in function typehints
[hiphop-php.git] / hphp / hack / test / typecheck / duplicate_fun_attributes.php
blob82ab2b2a761eaee53ff7106b28733648ef0752ec
1 <?hh // partial
3 <<__Deprecated('a'), __Deprecated('b')>>
4 function f() {}