New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / async_function_explicit_return_type_error.php.exp
blobe1c94c6b24c643765d16f3a860ed1b755d8ff162
1 File "async_function_explicit_return_type_error.php", line 13, characters 10-11:
2 Invalid return type (Typing[4110])
3 File "async_function_explicit_return_type_error.php", line 12, characters 30-30:
4 This is a value of generic type T
5 File "async_function_explicit_return_type_error.php", line 13, characters 3-12:
6 It is incompatible with an object of type Awaitable<T> (result of 'async function')