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

4 lines
42 B
TypeScript

class C {
foo();
constructor() { }
}