Add tests for not virtualized functions
[hiphop-php.git] / hphp / hack / test / typecheck / expression_trees_not_virtualize_functions / void_return_errors.php.exp
blob5a6aa0066c6c6fc7dafc52726806d8463b954446
1 File "void_return_errors.php", line 7, characters 14-28:
2 Invalid return type (Typing[4110])
3 File "void_return_errors.php", line 7, characters 18-21:
4 Expected `void`
5 File "expr_tree.hhi", line 46, characters 38-48:
6 But got `ExampleVoid`
7 File "void_return_errors.php", line 7, characters 14-28:
8 You cannot return a value (Typing[4084])
9 File "void_return_errors.php", line 7, characters 18-21:
10 This is a `void` function