swc/ecmascript/codegen/tests/references/f658dbaa20c36388.js

7 lines
76 B
JavaScript
Raw Normal View History

(function() {
if (!!a && b()) {
with (b){
}
}
}());