b8f3d588b7
So #KT-23452 Fixed
7 lines
138 B
Kotlin
Vendored
7 lines
138 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
fun returnFun(fn: () -> Unit, i: Int): (() -> Unit) -> Unit = {}
|
|
|
|
fun test() {
|
|
returnFun({}, 1)()<caret> {}
|
|
} |