blob: 53c75c4c7058a01c3e0c29e05f347c9fed851d02 [file] [log] [blame]
fun bar(f: Int.() -> Unit, i: Int) {
with (i) {
f<caret>()
}
}