--- /dev/null 2016-11-04 21:48:13.000000000 +0100 +++ new/test/script/basic/es6/generator.js.EXPECTED 2016-11-04 21:48:13.000000000 +0100 @@ -0,0 +1,9 @@ +java.lang.RuntimeException: test/script/basic/es6/generator.js#34:6:1:17 ES6 generator is not yet implemented +function* func() { yield 1; } + ^ +java.lang.RuntimeException: test/script/basic/es6/generator.js#34:6:1:23 ES6 generator is not yet implemented +({ * generatorMethod() { yield 1; } }) + ^ +java.lang.RuntimeException: test/script/basic/es6/generator.js#34:6:1:23 ES6 generator is not yet implemented +var func = function*() { yield 1; } + ^