7 lines
209 B
Kotlin
7 lines
209 B
Kotlin
open class Required
|
|
|
|
trait Trait : <!TRAIT_WITH_SUPERCLASS!>Required<!>
|
|
|
|
abstract <!UNMET_TRAIT_REQUIREMENT!>class Abstract<!> : Trait
|
|
|
|
abstract <!UNMET_TRAIT_REQUIREMENT!>class AbstractDerived<!> : Abstract() |