This actually gives me pause.  What kind of code can leave primitives on one
side but not the other?

I'm concerned because in Java, I think this should be true:

Integer.valueOf(1) == 1

Because the RHS gets autoboxed.  If we're translating this as-is into JS
triple-equals without boxing it, the test would fail.

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to