v8/test/message/fail/class-fields-private-undefined-inner-class.out

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
220 B
Plaintext
Raw Normal View History

*%(basename)s:8: SyntaxError: Private field '#b' must be declared in an enclosing class
getA() { return this.#b; }
^
SyntaxError: Private field '#b' must be declared in an enclosing class