jdk-24/test/nashorn/script/basic/NASHORN-318.js.EXPECTED
2017-09-12 19:03:39 +02:00

5 lines
71 B
Plaintext

null == {} ? false
null != {} ? true
null == x ? true
x == null ? true