mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 15:50:47 +00:00

PR-URL: https://github.com/nodejs/node/pull/23423 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Myles Borins <myles.borins@gmail.com>
6 lines
213 B
Plaintext
6 lines
213 B
Plaintext
*%(basename)s:10: ReferenceError: foo is not defined
|
|
static x = foo();
|
|
^
|
|
ReferenceError: foo is not defined
|
|
at Function.<static_fields_initializer> (*%(basename)s:10:14)
|
|
at *%(basename)s:1:1 |