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

4 lines
38 B
TypeScript

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