interface Some { fun f1() fun f2() } abstract class Abstract() { abstract fun f1() abstract fun f2() }