Files
kotlin-fork/idea/testData/refactoring/introduceVariable/kt21530_withGlobal.kt.after
T
2017-12-05 15:29:45 +03:00

5 lines
71 B
Plaintext
Vendored

fun test() = "123"
val test = test()
val f = test + "456"
val x = test