I think it is related to auto-boxing, `3` is being...
# android
e
I think it is related to auto-boxing,
3
is being treated as Java primitive, while applying
toInt()
forces the boxing to a
Integer
The weird thing is that Kotlin should be able to do this automatically, maybe you can try to fire a bug
v
How can I create a bug report? I have found this web: https://youtrack.jetbrains.com/issues/KT I'm not sure if it is the right place