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

11 lines
99 B
Plaintext
Vendored

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