mirror of
https://github.com/swc-project/swc.git
synced 2024-12-03 00:54:25 +03:00
16 lines
194 B
TypeScript
16 lines
194 B
TypeScript
// @useDefineForClassFields: false
|
|
// @target: es2015
|
|
|
|
class C {
|
|
static #_1 = 1;
|
|
static #_3 = 1;
|
|
static #_5 = 1;
|
|
|
|
static {}
|
|
static {}
|
|
static {}
|
|
static {}
|
|
static {}
|
|
static {}
|
|
}
|