Source code
Revision control
Copy as Markdown
Other Tools
// Don't assert.
var obj = {
m() {
super[0]?.a
}
};
obj.m();
if (typeof reportCompare === "function")
reportCompare(true, true);
// Don't assert.
var obj = {
m() {
super[0]?.a
}
};
obj.m();
if (typeof reportCompare === "function")
reportCompare(true, true);