swc/crates/swc_ecma_parser/tests/tsc/neverIntersectionNotCallable.ts
2022-02-04 17:08:38 +09:00

3 lines
68 B
TypeScript

declare const f: { (x: string): number, a: "" } & { a: number }
f()