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

4 lines
43 B
TypeScript

class C {
foo(a = 4);
foo(a, b) { }
}