blob: c8fef17d43f94f441de1a9bb86dbb62df02ce9f8 [file] [log] [blame]
fun foo(f: () -> Unit) {
f()
}
fun main(args: String) {
foo(<caret>fun() {
val p1 = 1
val p2 = 1
})
}