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