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

8 lines
84 B
Kotlin
Vendored

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