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