New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / async_anon_function_explicit_return_wrong_type.php.exp
blobd1cb6ab6a34f1768641d009e90898f1e87685083
1 File "async_anon_function_explicit_return_wrong_type.php", line 16, characters 10-13:
2 Invalid return type (Typing[4110])
3 File "async_anon_function_explicit_return_wrong_type.php", line 12, characters 17-19:
4 This is an int
5 File "async_anon_function_explicit_return_wrong_type.php", line 13, characters 8-43:
6 It is incompatible with an object of type Awaitable<int> (result of 'async function')