5f43bd56b4
#KT-15228 Fixed
5 lines
256 B
Kotlin
Vendored
5 lines
256 B
Kotlin
Vendored
// PARAM_DESCRIPTOR: value-parameter a: kotlin.Int defined in foo, value-parameter b: kotlin.Int defined in foo
|
|
// PARAM_TYPES: kotlin.Int
|
|
// PARAM_TYPES: kotlin.Int
|
|
|
|
private inline fun foo(a: Int, b: Int, f: (Int) -> Int) = f(<selection>a + b</selection>) |