8 lines
121 B
Kotlin
Vendored
8 lines
121 B
Kotlin
Vendored
fun foo(p: (word: String, number: Int) -> Unit){}
|
|
|
|
fun bar() {
|
|
foo(<caret>)
|
|
}
|
|
|
|
// ELEMENT: "{ word, number -> ... }"
|