blob: 72c2b641589fdd7bb97901b281de3e34deb3ae8e [file] [log] [blame]
fun foo(a: (Int) -> Int): Int = a(1)
val x = foo { it + foo { <caret>it } }