Can it be considered a bug that `val foo: Int = 0x...
# announcements
d
Can it be considered a bug that
val foo: Int = 0xffcc4c33
gives "The integer literal does not conform to the expected type kotlin.Int"? Indeed it would overflow if I were talking about a signed hex value, but I think it would be helpful to interpret a hex literal without sign where it makes sense