``` object a { override fun equals(other: Any?) ...
# random
k
Copy code
object a {
  override fun equals(other: Any?) = true
}
😂 11
😱 2
🧌 4
👍 2
c
fun Any.eqauls(other: Any?): Boolean = true
With the same name it'd be shadowed by the member method but if any poor soul makes a typo they're in for a headache