blob: b83fc42de3b5032fafba3806191384b165ee41c9 [file] [log] [blame]
fun bar(f: Int.() -> Unit) {
1.f<caret>()
}