--- source: crates/biome_js_analyze/tests/spec_tests.rs expression: validClassStaticMethod.js --- # Input ```jsx export default class { static m() {} static method() {} static aMethod() {} static method$() {} static $method() {} static _method_() {} static "custom-method"() {} static "%"() {} } ```