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

6 lines
129 B
Kotlin
Vendored

// EXTRACTION_TARGET: property with initializer
fun test() = "123"
val f = <selection>test()</selection> + "456"
val x = test()