7 lines
108 B
Kotlin
Vendored
7 lines
108 B
Kotlin
Vendored
// PROBLEM: none
|
|
fun foo() {
|
|
bar(<caret>{ it }) {it}
|
|
}
|
|
|
|
fun bar(p1: (Int) -> Int, p2: (Int) -> Int) { }
|