|
|
|
|
|
by tgv
1830 days ago
|
|
Not convincing. When you add a new feature, you can change the parser. So internally, you could rewrite every usage of this.x to this.#x (or anything else) upon reading it. Edit: wrt encapsulation, will the proposed solution work when a class marks the same field private as the one it extends? |
|