blob: b96b17dbf833a4ec9f6825a9bd4670cc0c7da9a8 [file] [log] [blame]
fun foo(a: (Int) -> Int): Int = a(1)
val x = foo { p -> foo { y -> <caret>p } }