47d5f83d04
#KT-3006 Fixed
8 lines
182 B
Kotlin
8 lines
182 B
Kotlin
open class Required
|
|
|
|
trait Trait : Required
|
|
|
|
abstract class <!UNMET_TRAIT_REQUIREMENT!>Abstract<!> : Trait
|
|
|
|
abstract class <!UNMET_TRAIT_REQUIREMENT!>AbstractDerived<!> : Abstract()
|