2e92594462
#KT-2242 Fixed
4 lines
86 B
Kotlin
4 lines
86 B
Kotlin
fun test(some: (Int) -> Int) {
|
|
}
|
|
|
|
fun foo() = test() {a -> if (true) { a } else { 1 }} |