blob: c85252bd04638db600a00126d1c0df55921a2f65 [file] [log] [blame]
test/nashorn/script/error/NASHORN-154/with_in_strict.js:36:0 "with" statement cannot be used in strict mode
with({}) {
^
test/nashorn/script/error/NASHORN-154/with_in_strict.js:36:7 Expected ; but found )
with({}) {
^
test/nashorn/script/error/NASHORN-154/with_in_strict.js:38:0 Expected eof but found }
}
^