Files
kotlin-fork/idea/testData/refactoring/inline/UsedInAssignment.kt
T
Evgeny Gerashchenko c22f54055e Supported vals initialized after.
#KT-2637 in progress
2013-07-23 21:43:05 +04:00

4 lines
45 B
Kotlin

fun f() {
val v = 239
vv = <caret>v
}