// PARAM_TYPES: kotlin.Int fun bar(n: Int) { fun foo(a: Int, b: Int = a + n) = a + b - n - 1 }