Source code
Revision control
Copy as Markdown
Other Tools
// This just shouldn't trigger a failed assert.
Promise.all.call(class {
constructor(exec){ exec(()=>{}, ()=>{}); }
static resolve() { return {then(){}}; }
}, [null]);
this.reportCompare && reportCompare(true, true);