fix arguments name resolution
Closed this issue · 1 comments
Constellation commented
(function() {
var i = function arguments() {
print(arguments);
};
i();
}());
Constellation commented
Fixed 52e9218
Closed this issue · 1 comments
(function() {
var i = function arguments() {
print(arguments);
};
i();
}());
Fixed 52e9218