make standalone enums normal python classes
[hiphop-php.git] / hphp / hack / test / typecheck / void_isnt_dynamic.php.exp
blob3355fe241428664ea66a5538a6ca1227d5dfed2a
1 ERROR: File "void_isnt_dynamic.php", line 3, characters 10-12:
2 Invalid return type (Typing[4336])
3 File "void_isnt_dynamic.php", line 3, characters 17-23:
4 Expected `dynamic`
5 File "void_isnt_dynamic.php", line 3, characters 10-12:
6 But got `void` because this function does not always return a value