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