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

3 lines
39 B
TypeScript

class C {
static static Foo() { }
}