/node_modules/require/node_modules/uglify-js/test/unit/compress/test/issue68.js
https://bitbucket.org/gagginaspinnata/todo-app-with-angularjs · JavaScript · 5 lines · 5 code · 0 blank · 0 comment · 1 complexity · c11da7d7a618e4ba7025d263bd90a9d3 MD5 · raw file
- function f() {
- if (a) return;
- g();
- function g(){}
- };