UglifyJS/test/input/enclose/input.js

5 lines
67 B
JavaScript
Raw Permalink Normal View History

function enclose() {
console.log("test enclose");
}
enclose();