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