mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 19:07:23 +00:00

PR-URL: https://github.com/nodejs/node/pull/41610 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
7 lines
213 B
Plaintext
7 lines
213 B
Plaintext
*%(basename)s:7: TypeError: Receiver must be class A
|
|
static test() { this.#a = 1; }
|
|
^
|
|
TypeError: Receiver must be class A
|
|
at Object.test (*%(basename)s:7:24)
|
|
at *%(basename)s:10:8
|