--- source: crates/biome_js_analyze/tests/spec_tests.rs expression: validClassStaticSetter.js --- # Input ```jsx export default class { static set p(x) {} static set property(x) {} static set specialProperty(x) {} static set stream$(x) {} static set $stream(x) {} static set _special_(x) {} static set "custom-property"(x) {} static set "@"(x) {} } ```