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