summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/class-private-brand-reinitialization-anonymous.out
blob: 2005f5f7169f941d619d50684e953bb1078bde2b (plain)
1
2
3
4
5
6
*%(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