KaValueParameterSymbol

Last modified: 23 July 2024

Represents a value parameter of a function, constructor, and a property setter.

In Kotlin, we generally use the phrase "value parameter", as function have both value and type parameters.