Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
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");