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

6 lines
108 B
Plaintext
Vendored

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