1 java.lang.RuntimeException: test/script/basic/es6/restparam.js#33:3<eval>:1:23 ES6 function rest parameter declaration is not yet implemented
   2 function func(x, y, ...args) {}
   3                        ^