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

16 lines
194 B
TypeScript
Raw Normal View History

// @useDefineForClassFields: false
// @target: es2015
class C {
static #_1 = 1;
static #_3 = 1;
static #_5 = 1;
static {}
static {}
static {}
static {}
static {}
static {}
}