50a38df8b1
#KT-18699 Fixed
7 lines
163 B
Kotlin
Vendored
7 lines
163 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
fun parenPB(p: (() -> Unit) -> Unit): (() -> Unit) -> Unit = p
|
|
|
|
fun somethingNext(p: (() -> Unit) -> Unit) {
|
|
<caret>(parenPB (p)) {}
|
|
} |