blob: 650cb5b18be43d89afbc2562bc80f8419d435a33 [file] [log] [blame]
interface A
interface B : A {
override fun equals(other: Any?): Boolean<caret>
}