55f2b58bad
Reviewed-by: hannesw, attila
7 lines
194 B
Plaintext
7 lines
194 B
Plaintext
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";
|
|
^
|