/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

  1. function f() {
  2. if (a) return;
  3. g();
  4. function g(){}
  5. };