blob: c2dffb9e9df59e4e4f0b28b034d2a280315f8391 [file] [log] [blame]
fun foo() {
val a = 1
bar(<caret>a)
}
fun bar(i: Int) = 1
// EXPECTED: a