jdk-24/test/nashorn/script/nosecurity/JDK-8055034.js.EXPECTED
Jan Lahoda cc116b1259 8214491: Upgrade to JLine 3.9.0
Upgrading JLine to 3.9.0 and updating jshell and jjs to the new JLine.

Reviewed-by: rfield, sundar
2018-12-11 11:29:28 +01:00

4 lines
91 B
Plaintext

jjs> var x = Object.create(null)jjs> jjs> print('PASSED')PASSED
jjs> exit(0)
exit code = 0