Closed
Description
I found related broken example.
Version 4.3.0-dev.20210228
/** @type {() => undefined} */
function a () { return undefined }
// Actually: any
// Expected: undefined
const b = a()
Originally posted by @awerlogus in #42133 (comment)