7bc2fcd657
Relates to #KT-31717
5 lines
63 B
Kotlin
Vendored
5 lines
63 B
Kotlin
Vendored
|
|
fun foo() {
|
|
val x = 4
|
|
val y = "$<caret>{x}.moretext"
|
|
} |