5bf701ab03
KT-12083 String interpolation -- auto {} if there is a letter after cursor
#KT-13047 Fixed
#KT-12083 Fixed
6 lines
59 B
Kotlin
Vendored
6 lines
59 B
Kotlin
Vendored
package some
|
|
|
|
fun other() {
|
|
val v = "$somePr<caret>"
|
|
}
|