diff --git a/src/class-fields/rs-static-async-generator-method-privatename-identifier.case b/src/class-fields/rs-static-async-generator-method-privatename-identifier.case index 7f299d5074..a343d9183c 100644 --- a/src/class-fields/rs-static-async-generator-method-privatename-identifier.case +++ b/src/class-fields/rs-static-async-generator-method-privatename-identifier.case @@ -78,22 +78,22 @@ static async * #ZW_\u200D_J(value) { yield * await value; } //- privateinspectionfunctions -static async * $() { +static get $() { return this.#$; } -static async * _() { +static get _() { return this.#_; } -static async * \u{6F}() { +static get \u{6F}() { return this.#\u{6F}; } -static async * \u2118() { +static get \u2118() { return this.#\u2118; } -static async * ZW_\u200C_NJ() { +static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } -static async * ZW_\u200D_J() { +static get ZW_\u200D_J() { return this.#ZW_\u200D_J; }