8 lines
90 B
Kotlin
8 lines
90 B
Kotlin
fun foo(p: (Int) -> Unit){}
|
|
|
|
fun bar() {
|
|
foo(<caret>)
|
|
}
|
|
|
|
// ELEMENT: "{ Int -> ... }"
|