UNPKG

anobis

Version:
13 lines (10 loc) 112 B
function foo () { function bar () { } if (true) { bar(); } } if (true) { foo(); }