Mutation:
Code:
(function(){ function x(y){ return y*2; }; return x(2); })();
Actual:
Expected: