ZNTC0605: Private fields cannot be deleted
ZNTC0605
Section titled “ZNTC0605”Private fields cannot be deleted
Category: Parser: Expression/Operator
Reproduction
Section titled “Reproduction”class C { #x = 1; f() { delete this.#x; } }How to fix
Section titled “How to fix”See the error message for cause and resolution.