blob: 47d14abb59565353fd0533bb9f2f9568f0f45765 [file] [log] [blame]
interface A
interface B : A {
override fun equals(other: Any?): Boolean
}