mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 21:03:46 +00:00

PR-URL: https://github.com/nodejs/node/pull/40178 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
7 lines
270 B
Plaintext
7 lines
270 B
Plaintext
*%(basename)s:7: TypeError: Cannot initialize private methods of class B twice on the same object
|
|
class B extends A { #x() {} }
|
|
^
|
|
TypeError: Cannot initialize private methods of class B twice on the same object
|
|
at new B (*%(basename)s:7:1)
|
|
at *%(basename)s:10:1
|