nashorn/test/script/basic/es6/super.js.EXPECTED
author hannesw
Mon, 07 Nov 2016 14:48:26 +0100
changeset 41924 d55f24e8953e
permissions -rw-r--r--
8156619: Unimplemented ES6 features should result in clear Error being thrown Reviewed-by: sundar, attila

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