Files
lifen-autotest/node_modules/outpipe/example/input/y.js

6 lines
75 B
JavaScript

(function () {
var x = 5;
var x = 6;
console.log('ogre')
})();