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

2 lines
42 B
TypeScript

function foo(a = 4);
function foo(a, b) {}