1 java.lang.RuntimeException: test/nashorn/script/basic/es6/super.js#34:8<eval>:1:10 ES6 super keyword is not yet implemented
   2 ({ meth() { x = super.x } })
   3           ^
   4 java.lang.RuntimeException: test/nashorn/script/basic/es6/super.js#34:8<eval>:1:10 ES6 super keyword is not yet implemented
   5 ({ meth() { x = super.x() } })
   6           ^
   7 java.lang.RuntimeException: test/nashorn/script/basic/es6/super.js#34:8<eval>:1:10 ES6 super keyword is not yet implemented
   8 ({ meth() { x = super['x'] } })
   9           ^