Constellation/iv

fix arguments name resolution

Closed this issue · 1 comments

(function() {
  var i = function arguments() {
    print(arguments);
  };
  i();
}());