cace6624e6
Check when caret inside template, and don't try to create invalid range then EA-105522 fixed #KT-20256 fixed
7 lines
75 B
Kotlin
Vendored
7 lines
75 B
Kotlin
Vendored
|
|
fun foo() {
|
|
val aaa = ""
|
|
val y = "$a<caret>aaa"
|
|
}
|
|
|
|
// ELEMENT: aaa |