5bf701ab03
KT-12083 String interpolation -- auto {} if there is a letter after cursor
#KT-13047 Fixed
#KT-12083 Fixed
8 lines
84 B
Plaintext
Vendored
8 lines
84 B
Plaintext
Vendored
package some
|
|
|
|
import other.someProp
|
|
|
|
fun other() {
|
|
val v = "$someProp<caret>"
|
|
}
|