d0b9b6a3b4
#KT-9170 Fixed
4 lines
58 B
Kotlin
Vendored
4 lines
58 B
Kotlin
Vendored
fun foo(i: Int) {
|
|
val <caret>t = 1
|
|
val u = t + i
|
|
} |