b702886f0d
#KT-4710 In Progress
5 lines
57 B
Kotlin
Vendored
5 lines
57 B
Kotlin
Vendored
fun bar() = 1
|
|
fun foo() {
|
|
val x = bar().var<caret>
|
|
}
|