7118a4bf80
So #KT-21530 Fixed
7 lines
111 B
Kotlin
Vendored
7 lines
111 B
Kotlin
Vendored
fun test() = "123"
|
|
|
|
val f = <selection>test()</selection> + "456"
|
|
|
|
fun foo(test: String) {
|
|
val x = test()
|
|
} |