61f3e776a7
#KT-29798 Fixed
8 lines
139 B
Kotlin
Vendored
8 lines
139 B
Kotlin
Vendored
// PROBLEM: none
|
|
class F {
|
|
companion object {
|
|
fun <caret>equals(other: F?): Boolean {
|
|
return true
|
|
}
|
|
}
|
|
} |