jdk-24/nashorn/test/script/error/JDK-8098847.js.EXPECTED

7 lines
194 B
Plaintext
Raw Normal View History

test/script/error/JDK-8098847.js:32:5 Expected ident but found prop
obj."prop" = "hello";
^
test/script/error/JDK-8098847.js:33:5 Expected ident but found prop
obj.'prop' = "hello";
^