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

7 lines
67 B
TypeScript

class C {
@decorator
static {
// something
}
}