--- /dev/null 2016-11-04 21:48:17.000000000 +0100 +++ new/test/script/basic/es6/super.js.EXPECTED 2016-11-04 21:48:16.000000000 +0100 @@ -0,0 +1,9 @@ +java.lang.RuntimeException: test/script/basic/es6/super.js#34:8:1:10 ES6 super keyword is not yet implemented +({ meth() { x = super.x } }) + ^ +java.lang.RuntimeException: test/script/basic/es6/super.js#34:8:1:10 ES6 super keyword is not yet implemented +({ meth() { x = super.x() } }) + ^ +java.lang.RuntimeException: test/script/basic/es6/super.js#34:8:1:10 ES6 super keyword is not yet implemented +({ meth() { x = super['x'] } }) + ^