Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / anon12.php.exp
bloba6a40a7a47447117baddece8a73c6de61af7a716
1 File "anon12.php", line 13, characters 25-26:
2 A previous parameter has a default value.
3 Remove all the default values for the preceding parameters,
4 or add a default value to this one. (Typing[4077])