8 lines
199 B
Plaintext
Vendored
8 lines
199 B
Plaintext
Vendored
class A {
|
|
override fun equals(other: Any?): Boolean {
|
|
<caret><selection>return super.equals(other)</selection>
|
|
}
|
|
}
|
|
|
|
// ELEMENT_TEXT: "override fun equals(other: Any?): Boolean {...}"
|