7bc2fcd657
Relates to #KT-31717
5 lines
79 B
Kotlin
Vendored
5 lines
79 B
Kotlin
Vendored
// PROBLEM: none
|
|
fun foo() {
|
|
val x = "x"
|
|
val y = "$<caret>{x.length}"
|
|
} |