blob: b96e7c56fb4f8f58781e7f077bc12924e69e6a56 [file] [log] [blame]
test/nashorn/script/error/JDK-8098847.js:32:5 Expected ident but found prop
obj."prop" = "hello";
^
test/nashorn/script/error/JDK-8098847.js:33:5 Expected ident but found prop
obj.'prop' = "hello";
^