Skip to content

ZNTC0605: Private fields cannot be deleted

Private fields cannot be deleted

Category: Parser: Expression/Operator

class C { #x = 1; f() { delete this.#x; } }

Reproduce in Playground →

See the error message for cause and resolution.