f3bb3e9c6e
#KT-11912 Fixed
6 lines
108 B
Plaintext
Vendored
6 lines
108 B
Plaintext
Vendored
fun String.foo() {
|
|
val s = "${this.equals(<caret>)}"
|
|
}
|
|
|
|
// ELEMENT: equals
|
|
// TAIL_TEXT: "(other: Any?)" |