No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / await_in_expressions6.php
blobd4ad6db5421c7e376d1387f1ef591ba135d258d2
1 <?hh // strict
3 async function f1(Awaitable<int> $a): Awaitable<void> {
4 do {
5 } while (await $a);