blob: b6e7a9d836f97ea1d906a851d4350972a455002b [file] [log] [blame]
fun foo() {
<caret>bar()
}
fun bar() = 1
// EXPECTED: bar()