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