test/nashorn/script/basic/exprclosure.js.EXPECTED
changeset 47216 71c04702a3d5
parent 24719 f726e9d67629
equal deleted inserted replaced
47215:4ebc2e2fb97c 47216:71c04702a3d5
       
     1 function(x) x*x
       
     2 625
       
     3 function fun(x) x * (x + 1) / 2
       
     4 55