mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-01 19:50:05 +00:00
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
jjs> var x = Object.create(null);
|
|
jjs> x;
|
|
jjs> print('PASSED');
|
|
PASSED
|
|
jjs> exit(0)
|
|
exit code = 0
|