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

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

5 lines
221 B
Plaintext
Raw Normal View History

*%(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