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 7f299d507468f925a878fe86b1926f0a0f753b3b..a343d9183c63a5239dfee768d2d5f580c645ea97 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;
 }