7 lines
82 B
Kotlin
7 lines
82 B
Kotlin
fun foo() {
|
|
<caret>bar { }
|
|
}
|
|
|
|
fun bar(f: () -> Unit) = 1
|
|
|
|
// EXPECTED: bar { } |