Files
kotlin-fork/idea/testData/inspectionsLocal/covariantEquals/topLevel.kt
T
Toshiaki Kameyama 61f3e776a7 Add 'Covariant equals' inspection
#KT-29798 Fixed
2019-04-02 13:19:05 +07:00

5 lines
77 B
Kotlin
Vendored

// PROBLEM: none
fun <caret>equals(other: Any?): Boolean {
return true
}