the question is whether `Int` and `Int?` compile t...
# getting-started
m
the question is whether
Int
and
Int?
compile to one or different class files
n
did you mean int and Int
well the int, when used in generics wherever objects are used, gets boxed to the Int version
And vice versa, the Int is converted to int when primitive calc is required