trait Some { fun first() fun second() } class ClassSome: Some { override fun first() {} override fun second() {} }