kotlin-stdlib / kotlin.reflect / KParameter / type type JVM 1.0 abstract val type: KType(source) Type of this parameter. For a vararg parameter, this is the type of the corresponding array, not the individual element.