Could you please suggest how to make it work in Kotlin?
Kotlin
interface SomeHandler interface Handler : SomeHandler { fun handle(e: T) }