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

9 lines
102 B
Kotlin
Vendored

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