NASHORN-90.js.EXPECTED revision 2:da1e581c933b
1avg.length = 2
2function (x,y) {
3return x + y/ 2
4}
5avg(34, 44) = 56
6