mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-02 14:38:28 +00:00
10 lines
476 B
Plaintext
10 lines
476 B
Plaintext
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'] } })
|
|
^
|