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

7 lines
116 B
Kotlin
Vendored

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