No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / async_function_untyped3.php.exp
blob93d264b2d0e25ecd0c1a091abdd38ab28a353d9c
1 File "async_function_untyped3.php", line 11, characters 13-16:
2 Invalid argument (Typing[4110])
3 File "async_function_untyped3.php", line 3, characters 20-22:
4 Expected `int`
5 File "async_function_untyped3.php", line 5, characters 16-16:
6 But got `Awaitable<_>` (result of an `async` function)
7 File "async_function_untyped3.php", line 12, characters 10-13:
8 Invalid return type (Typing[4110])
9 File "async_function_untyped3.php", line 9, characters 18-20:
10 Expected `int`
11 File "async_function_untyped3.php", line 5, characters 16-16:
12 But got `Awaitable<_>` (result of an `async` function)