blob: 24da93f73b21426bc9e636f33747c6230404070e [file] [log] [blame]
fun foo() {
val a: (Int) -> Unit = { <caret>a -> bar(a) }
}
fun bar(i: Int) {}