Thu, 15 Jan 2015 21:13:52 +0100
Remove forgotten relic of ABI crash risk averse overloaded method change.
1 // map(x => x, 32) is two arguments, not one
2
3 assertEq("" + [1, 2, 3, 4].map(x => x, 32), "1,2,3,4");