jdk-24/nashorn/test/script/basic/exprclosure.js.EXPECTED
Attila Szegedi e9e7dd2ec1 8035820: Optimistic recompilation
Co-authored-by: Marcus Lagergren <marcus.lagergren@oracle.com>
Reviewed-by: hannesw, jlaskey, sundar
2014-02-26 13:17:57 +01:00

5 lines
55 B
Plaintext

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