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