Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/stringTemplate/1.kt
T
Valentin Kipyatkov f6b471ac01 Better tests
2016-09-13 12:02:10 +03:00

8 lines
75 B
Kotlin
Vendored

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