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

3 lines
34 B
TypeScript

class C {
foo(...bar = 0) { }
}