jdk-24/test/nashorn/script/nosecurity/JDK-8055034.js.EXPECTED

7 lines
98 B
Plaintext
Raw Normal View History

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