swc/crates/swc_ecma_codegen/tests/test262/93108a695e5ff29d.js
2021-11-10 19:00:54 +09:00

23 lines
608 B
JavaScript

(function() {
var a;
if (b) return;
/* I would
insert something
there, but I'm sort
of lazy so whatever.
*/ a = new c();
return a;
})()(function() {
var a;
if (b) return;
/* I would insert something there, */ /*
but I'm sort of lazy so
*/ /* whatever. */ a = new c();
return a;
})()(function() {
var a;
if (b) return; // I would insert something there, but I'm sort of lazy so whatever.
a = new c();
return a;
})();