I noticed that an 8-digit hex literal, which would...
# announcements
r
I noticed that an 8-digit hex literal, which would be accepted as an int in Java, is a Long in Kotlin. Perhaps hex literals are signed numbers in Kotlin? Is there a discussion/rationale available around this decision?