test/script/error/object_literal_in_new_nse.js.EXPECTED

Mon, 26 Sep 2016 14:38:22 -0700

author
asaha
date
Mon, 26 Sep 2016 14:38:22 -0700
changeset 1995
42c34892b742
parent 1404
271aceb4b3f0
permissions
-rw-r--r--

Added tag jdk8u121-b02 for changeset 33bf988e6f1a

sundar@1404 1 test/script/error/object_literal_in_new_nse.js:31:33 Expected ; but found {
sundar@1404 2 var r = new java.lang.Runnable() {
sundar@1404 3 ^
sundar@1404 4 test/script/error/object_literal_in_new_nse.js:32:15 Expected ident but found (
sundar@1404 5 run: function() { print("hello"); }
sundar@1404 6 ^
sundar@1404 7 test/script/error/object_literal_in_new_nse.js:32:36 Expected eof but found }
sundar@1404 8 run: function() { print("hello"); }
sundar@1404 9 ^

mercurial