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