b2bdb8ed02
#KT-7654 Fixed
4 lines
58 B
Kotlin
Vendored
4 lines
58 B
Kotlin
Vendored
fun foo() {
|
|
val <caret>x = ""
|
|
val y = "!!x=$x!!"
|
|
} |