swc/crates/swc_ecma_codegen/tests/test262/e54c1a2fc15cd4b8.js

6 lines
75 B
JavaScript

class a {
static b() {}
static get b() {}
static set b(c) {}
}