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

4 lines
185 B
Plaintext
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
*%(basename)s:7: SyntaxError: Private field '#x' must be declared in an enclosing class
this.#x = 1;
^
SyntaxError: Private field '#x' must be declared in an enclosing class