7118a4bf80
So #KT-21530 Fixed
6 lines
129 B
Kotlin
Vendored
6 lines
129 B
Kotlin
Vendored
// EXTRACTION_TARGET: property with initializer
|
|
|
|
fun test() = "123"
|
|
|
|
val f = <selection>test()</selection> + "456"
|
|
val x = test() |