blob: 26f9843d2c7530644c44d62b49ebe566dabcfac7 [file] [log] [blame]
new class extends class { } {
constructor() {
super();
assertEq(this, (()=>this)());
assertEq(this, eval("this"));
}
}();
if (typeof reportCompare === 'function')
reportCompare(0,0,"OK");