blob: 2676d4b94613c2611e8190000aa58916c193618b [file] [log] [blame]
let arrow;
class foo extends class { } {
constructor() {
arrow = () => this;
super();
}
}
assertEq(new foo(), arrow());
if (typeof reportCompare === 'function')
reportCompare(0,0,"OK");