interface Some { fun test() } class SomeImpl : Some { override fun test() {} override fun test() {} }