blob: 009ab8d0ba50b6bae8dacb1e3498572abeea85c8 [file] [log] [blame]
// IS_APPLICABLE: false
fun foo(f: () -> Unit) {}
fun bar() {
<caret>foo {}
}