Int is a primative type right? <https://kotlinlan...
# getting-started
s
Well,
Int
can be primitive but isn’t necessarily
for most intents and purposes, Int and the other numeric types correspond to their boxed versions
<http://kotlin.Int|kotlin.Int>
->
java.lang.Integer
s
basically im trying to determine if a paramater can be instanced or not
s
can be instanced?
s
with .javaClass.newInstance()