blob: 6ecdad1ac4a20e7d9a45b5e41dcd94542f75e463 [file] [log] [blame]
fun foo(p: Int, handler: () -> Unit){}
fun bar(p: Int) {
foo(p<caret>) { doIt() }
}
// ELEMENT: p