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

4 lines
59 B
TypeScript

// @target: es5
class C {
static static get Foo() { }
}