blob: 7f8f66939aac6ce62c88a8387d0a66217312bc84 [file] [log] [blame]
fun foo(f: (Int) -> Unit) = 12
fun test() {
val vvvvv = 12
foo {vv<caret>}
}