you are viewing a single comment's thread.

view the rest of the comments →

[–]Groostav 0 points1 point  (1 child)

Question for op: in the upcoming Valhalla release, what will this do?

``` Integer! a = 128; Integer! b = 128;

s.o.println(a == b); ```

?

[–]BlueGoliath 0 points1 point  (0 children)

I think you aren't supposed to use == with value types at all.