Files
kotlin-fork/idea/idea-completion/testData/basic/common/inStringLiterals/StringTemplateDotSomething.kt
T
2021-06-03 19:39:07 +03:00

9 lines
208 B
Kotlin
Vendored

// FIR_COMPARISON
fun foo(param: String) {
val s = "$param.l<caret>bla-bla-bla"
}
// EXIST: { itemText: "length", attributes: "" }
// ABSENT: hashCode
// EXIST: { itemText: "lastIndex", attributes: "" }