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

2 lines
73 B
TypeScript

declare function f(x?: "hi"): void;
declare function f(x?: string): void;