Correctly parse `async(()=>0)`
Correctly parse async(()=>0) as a call to the Identifer 'async', not a failed attempt to define an async arrow.
Correctly parse async(()=>0) as a call to the Identifer 'async', not a failed attempt to define an async arrow.