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