2019-08-01 08:38:30 +02:00
|
|
|
*%(basename)s:10: SyntaxError: Private field '#b' must be declared in an enclosing class
|
2019-05-28 08:46:21 -04:00
|
|
|
getB() { return this.#b; }
|
|
|
|
^
|
2019-08-01 08:38:30 +02:00
|
|
|
SyntaxError: Private field '#b' must be declared in an enclosing class
|