Adam
08/27/2020, 5:31 PMInt
? I’m interested in seeing how mapping to int
, and boxing to java.lang.Integer
is implemented.
So far I found a Generator class: https://github.com/JetBrains/kotlin/blob/master/generators/builtins/primitives.kt
And this native generated file, but I can’t see an equivalent for JVM or where the conversion is handled.pniederw
08/27/2020, 5:34 PMMarc Knaup
08/27/2020, 6:27 PMAdam
08/28/2020, 3:15 AM