Join Slack
Powered by
interestingly, if you write ``` if(long.equals(in...
# getting-started
k
karelpeeters
08/11/2017, 2:07 PM
interestingly, if you write
Copy code
if(long.equals(int)) { ... }
the IDE suggests to replace it with
==
, even though that doesn’t work 🙈 6 replies
@kirillrakhman
There was already an issue about this.
Open in Slack
Previous
Next