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

4 lines
80 B
Kotlin
Vendored

fun test() = "123"
val f = <selection>test()</selection> + "456"
val x = test()