This commit is contained in:
yari-dewalt
2024-09-18 09:11:25 -07:00
parent b105c7b35e
commit 94d2a0ee89

View File

@@ -158,12 +158,6 @@ export class ClassMember {
}
}
this.text = this.text.charAt(0) + replacedRaw;
if (this.visibility === '~') {
this.text = this.text.replace('~', '\\~');
}
} else if (count === 1 && this.visibility === '~') {
this.text = this.text.replace('~', '\\~');
}
}
}