kotlin-stdlib / kotlin.reflect / KCallable / parameters parameters JVM 1.0 abstract val parameters: List<KParameter>(source) Parameters required to make a call to this callable. If this callable requires a this instance or an extension receiver parameter, they come first in the list in that order.