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