// PARAM_TYPES: kotlin.Int // PARAM_DESCRIPTOR: value-parameter a: kotlin.Int defined in foo val n = 1 fun foo(a: Int, b: Int = a + n) = a + b - 1