https://kotlinlang.org logo
k

karelpeeters

12/23/2018, 8:18 PM
That number happens to be
2^29
, so
reallyReallyLong == 2^58
and
reallyReallyReallyLong
should be
2^87
which doesn't fit in a Long and so it is truncated.