swc/ecmascript/codegen/tests/references/162fd7b4a7647a1b.js

7 lines
79 B
JavaScript
Raw Normal View History

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