Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/stringTemplate/1.kt
T
2021-06-03 19:39:07 +03:00

9 lines
93 B
Kotlin
Vendored

// FIR_COMPARISON
package ppp
fun foo(): String {
val s = "$<caret>"
}
// ELEMENT: foo