nashorn/test/script/basic/exprclosure.js.EXPECTED
author attila
Thu, 04 Sep 2014 18:57:14 +0200
changeset 26378 ca7093bd5fd1
parent 24719 f726e9d67629
permissions -rw-r--r--
8056129: AtomicInteger is treated as primitive number with optimistic compilation Reviewed-by: jlaskey, lagergren

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