blob: 858eb231f29816d6db5f31b0fa74dd079175e720 [file]
fun foo() {}
fun test() {
<caret>foo { x -> "$x"}
}