blob: 397f2e12fe2be9b975c9115993771ae7a25ac80e [file] [log] [blame]
fun acceptLambda(f: () -> Unit) = f()
fun foo() {
acceptLambda(<caret>fun(): Unit {})
}