6d39eb9239
Related to KT-23452
7 lines
122 B
Kotlin
Vendored
7 lines
122 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
fun returnFun2(i: Int): (() -> Unit) -> Unit = {}
|
|
|
|
fun test22() {
|
|
returnFun2(1)()<caret> {}
|
|
} |