DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.0.4%2Bds1-2 / tests / cases / compiler / awaitedTypeCrash.ts
1234
// @target: esnext // https://github.com/microsoft/TypeScript/issues/51984 async function* f<T extends Promise<never>>(): AsyncGenerator<T, void, void> { }