Path: blob/jdk8u272-b10-aarch32-20201026/nashorn/test/script/error/JDK-8098847.js.EXPECTED
48795 views
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";
^