blob: 00f99243e9b9933060f5cfb133afeb29dafd7dab [file] [log] [blame]
function test() {
try {
var B = class C {
[C](){}
}
} catch(e) {
return true;
}
}
if (!test())
throw new Error("Test failed");