8 lines
224 B
Kotlin
Vendored
8 lines
224 B
Kotlin
Vendored
fun foo(param: String) {
|
|
val s = "$param.<caret>bla-bla-bla"
|
|
}
|
|
|
|
// EXIST: { itemText: "length", attributes: "" }
|
|
// EXIST: { itemText: "hashCode", attributes: "" }
|
|
// EXIST: { itemText: "lowercase", attributes: "bold" }
|