nashorn/test/script/basic/exprclosure.js.EXPECTED
author attila
Thu, 25 Apr 2013 15:31:23 +0200
changeset 17247 607f6372b21b
parent 16147 e63b63819133
child 24719 f726e9d67629
permissions -rw-r--r--
8013167: Vararg constructor not found Reviewed-by: jlaskey, lagergren, sundar

function(x) x*x;
625
function fun(x) x * (x + 1) / 2;
55