// PARAM_TYPES: kotlin.Int // PARAM_TYPES: kotlin.Int // SIBLING: fun foo(a: Int, b: Int): Int = i(a, b) fun i(a: Int, b: Int): Int { return a + b }