blob: 7c9806c1469add87804a745626f4f5994349054f [file] [log] [blame]
fun foo(handler: () -> Unit){}
fun bar() {
foo(handler = { }<caret>)
}