afu8u/nashorn/test/script/basic/NASHORN-318.js.EXPECTED

5 lines
71 B
Plaintext

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