Files
kotlin-fork/idea/testData/refactoring/inline/varNoWrite.kt
T
Alexey Sedunov e3d8d819da Inline Variable: Var support
#KT-5169 Fixed
2015-10-01 17:35:22 +03:00

4 lines
52 B
Kotlin
Vendored

fun foo() {
var x = 1
val t = <caret>x + 1
}