Files
kotlin-fork/idea/idea-completion/testData/confidence/AutoPopupInStringTemplateAfterDollar.kt
T
Simon Ogorodnik cace6624e6 EA-105522, KT-20256: Fix TextRange.<init> "Invalid range specified"
Check when caret inside template, and don't try to create invalid
range then

 EA-105522 fixed
 #KT-20256 fixed
2017-10-23 17:32:39 +03:00

7 lines
75 B
Kotlin
Vendored

fun foo() {
val aaa = ""
val y = "$a<caret>aaa"
}
// ELEMENT: aaa