Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / duplicate_fun_attributes.php
blob31d4b7628e13d4a208d74b4829c79394f576f2c1
1 <?hh
3 <<__Deprecated('a'), __Deprecated('b')>>
4 function f() {}