Fix bug in hack codegen for sets
[hiphop-php.git] / hphp / hack / test / typecheck / lambda / lambda_async_implicit.php
blobe693a994269828e31138c0f6994f36129347c613
1 <?hh
2 // Copyright 2004-present Facebook. All Rights Reserved.
4 function make_it(): (function(int): mixed) {
5 return async (int $x) ==> $x + 1;