node/deps/v8/test/message/fail/class-private-brand-reinitialization-anonymous.out
Michaël Zasso 62719c5fd2
deps: update V8 to 9.5.172.19
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>
2021-10-12 08:07:50 +02:00

7 lines
312 B
Plaintext

*%(basename)s:7: TypeError: Cannot initialize private methods of class anonymous twice on the same object
let B = (0, class extends A { #x() { } });
^
TypeError: Cannot initialize private methods of class anonymous twice on the same object
at new B (*%(basename)s:7:13)
at *%(basename)s:10:1