blob: ef17aaaef1220db42856f2c4a72fa45d477d03ff [file] [log] [blame]
fun foo(i: (Int) -> Int) = 0
val x = foo { foo { x -> x + i<caret>t } }