Files
kotlin-fork/idea/testData/refactoring/rename/inplace/LocalVal.kt
T
2013-12-24 22:30:28 +04:00

4 lines
55 B
Kotlin
Vendored

fun f() {
val <caret>x = 5
println(x + x * x)
}