any reason why I can’t call this java method?
# getting-started
p
any reason why I can’t call this java method?
intValueExact()
works
java.lang.Number -> kotlin.Number
java.lang.Number.intValue() -> kotlin.Number.toInt()