`fun Short.toPositiveInt(): Int = toInt() and 0xFF...
# kotlintest
b
fun Short.toPositiveInt(): Int = toInt() and 0xFFFF
🙂