Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / await_in_expressions8.php
blob3b050527191e5e45d3f8177720fd573d1eed4d74
1 <?hh // strict
3 async function f1(Awaitable<string> $a): Awaitable<void> {
4 throw (await $a);