=== tests/cases/conformance/async/es6/asyncArrowFunction/asyncArrowFunction1_es6.ts === var foo = async (): Promise => { >foo : () => Promise >async (): Promise => {} : () => Promise >Promise : Promise };