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

7 lines
85 B
JavaScript
Raw Normal View History

(function() {
var a = 1;
with (b){
a + ( c(), d(), e());
}
}());