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

3 lines
39 B
TypeScript

declare class C {
foo(a = 1): void;
}