Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 // for-of can be used in array comprehensions.
2
3 assertEq([x*x for (x of [1, 2, 3])].join(), "1,4,9");