7bc2fcd657
Relates to #KT-31717
5 lines
82 B
Kotlin
Vendored
5 lines
82 B
Kotlin
Vendored
// PROBLEM: none
|
|
fun foo() {
|
|
val x = 3
|
|
val y = "$<caret>{x}コトリン"
|
|
} |