swc/ecmascript/codegen/tests/references/5c57eec29a019ebb.js
2020-07-05 20:10:33 +09:00

8 lines
68 B
JavaScript

class a {
static [b]() {
}
;
static [c]() {
}
}