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