blob: 00cde99742f7950a0ff92948f393c90d92cc7e16 [file] [log] [blame]
fun bar() = 1
fun foo() {
val x = bar().var<caret>
}