Files
Kmake/deps/v8/test/message/fail/class-fields-private-class-in-function.out

5 lines
221 B
Plaintext
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
*%(basename)s:10: SyntaxError: Private field '#b' must be declared in an enclosing class
getB() { return this.#b; }
^
SyntaxError: Private field '#b' must be declared in an enclosing class