Improve error message on misplaced async modifiers
[hiphop-php.git] / hphp / hack / test / typecheck / interface_async_method.php.exp
blob729ebfa4b2e40fd4d5ec9887b1f11da14aa86ebc
1 File "interface_async_method.php", line 4, characters 10-13:
2 'async' cannot be used on a method in an interface. Use an Awaitable<...> return type instead. (Parsing[1002])