blob: bc8f2fc1b1cf5996bddd7c3d3d9bfa83a2a54a07 [file]
fun foo() {
<caret>bar { }
}
fun bar(a: Any) = a
fun <T> bar(f: () -> T): T = f()