2017-09-12 19:03:56 +02:00
|
|
|
java.lang.RuntimeException: test/nashorn/script/basic/es6/super.js#34:8<eval>:1:10 ES6 super keyword is not yet implemented
|
2016-11-07 14:48:26 +01:00
|
|
|
({ meth() { x = super.x } })
|
|
|
|
^
|
2017-09-12 19:03:56 +02:00
|
|
|
java.lang.RuntimeException: test/nashorn/script/basic/es6/super.js#34:8<eval>:1:10 ES6 super keyword is not yet implemented
|
2016-11-07 14:48:26 +01:00
|
|
|
({ meth() { x = super.x() } })
|
|
|
|
^
|
2017-09-12 19:03:56 +02:00
|
|
|
java.lang.RuntimeException: test/nashorn/script/basic/es6/super.js#34:8<eval>:1:10 ES6 super keyword is not yet implemented
|
2016-11-07 14:48:26 +01:00
|
|
|
({ meth() { x = super['x'] } })
|
|
|
|
^
|