edwardwongtl
10/31/2017, 3:39 PM3
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 bugvicpinm
10/31/2017, 3:53 PM