In Kotlin you have to be explicit, `0xff808080.toI...
# getting-started
m
In Kotlin you have to be explicit,
0xff808080.toInt()
means "I dont care that it does not fit in signed 32 bit type, convert it to integer constant with negative value"