interestingly, if you write ``` if(long.equals(in...
# getting-started
k
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.