blob: 4501e4a1091b43487b22b88225f28d5117b90949 [file]
fun bar() = 1
fun foo() {
val <caret>bar = bar()
val x = bar
}