diff --git a/js/js2/jsc/test/ecma-e4/02.expressions/postfixunary.1.js b/js/js2/jsc/test/ecma-e4/02.expressions/postfixunary.1.js index 2c7b91841e31..02acf107d9fa 100644 --- a/js/js2/jsc/test/ecma-e4/02.expressions/postfixunary.1.js +++ b/js/js2/jsc/test/ecma-e4/02.expressions/postfixunary.1.js @@ -6,28 +6,32 @@ function title() { return "Postfix Expressions"; } +class T {} +class V {} + function run() { a.b::c.d[e](f,g)[h].i; - (const new const function f(a,b){return a+b;}.(a<