blob: 8b6649cd6e6d9d6989699871f17cf8c652e4f05c [file]
// FIR_IDENTICAL
interface Some {
fun test()
}
class SomeImpl : Some {
<!CONFLICTING_OVERLOADS!>override fun test()<!> {}
<!CONFLICTING_OVERLOADS!>override fun test()<!> {}
}