Files
kotlin-fork/idea/testData/completion/handlers/basic/stringTemplate/Replace.kt
T
Valentin Kipyatkov ffff6226b0 KT-6608 Code completion does not work after $ in string literals
KT-5070 Add braces when complete function in string templates

 #KT-6608 Fixed
 #KT-5070 Fixed
2015-03-06 22:04:16 +03:00

7 lines
77 B
Kotlin

fun foo(): String {
val s = "$<caret>xxx"
}
// ELEMENT: foo
// CHAR: \t