Files
kotlin-fork/idea/idea-completion/testData/basic/common/inStringLiterals/StringTemplateDotSomething.kt
T
2015-11-10 17:20:01 +03:00

8 lines
190 B
Kotlin
Vendored

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