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