DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.1.6%2Bds1-1 / tests / cases / compiler / topFunctionTypeNotCallable.ts
1234567
// @strict: true // @noEmit: true // repro from #48840 declare let foo: (...args: never) => void; foo(); // error