7118a4bf80
So #KT-21530 Fixed
4 lines
80 B
Kotlin
Vendored
4 lines
80 B
Kotlin
Vendored
fun test() = "123"
|
|
|
|
val f = <selection>test()</selection> + "456"
|
|
val x = test() |