swc/crates/swc_ecma_parser/tests/tsc/neverIntersectionNotCallable.ts

3 lines
68 B
TypeScript
Raw Normal View History

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