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

9 lines
100 B
Plaintext
Vendored

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