ffff6226b0
KT-5070 Add braces when complete function in string templates #KT-6608 Fixed #KT-5070 Fixed
7 lines
77 B
Kotlin
7 lines
77 B
Kotlin
fun foo(): String {
|
|
val s = "$<caret>xxx"
|
|
}
|
|
|
|
// ELEMENT: foo
|
|
// CHAR: \t
|