async function* foo() {} type T = typeof foo // inferred as () => {} in 4.0.2
Is it a bug or not supported currently?