So from Kotlin’s perspective `0xFFFFFFFF` is a pos...
# announcements
m
So from Kotlin’s perspective
0xFFFFFFFF
is a positive integer greater than
0x7FFFFFFF
and so it’s
Long
.