Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / async_hint2.php
blob8afc54d68377a0c47776d6fb44d820a90ca673f3
1 <?hh
3 class Foo {
4 // Testing method
5 public async function wrong_hint(): int {
6 throw new Exception();