Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/stringTemplate/3.kt
T
2020-10-01 15:42:50 +03:00

9 lines
95 B
Kotlin
Vendored

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