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