Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/stringTemplate/AfterThisDot.kt
T
2016-04-19 15:22:05 +03:00

6 lines
98 B
Kotlin
Vendored

fun String.foo() {
val s = "$this.<caret>"
}
// ELEMENT: equals
// TAIL_TEXT: "(other: Any?)"