public final enum class E : R|kotlin/Enum| { private constructor(): R|test/E| public? final enum entry CAKE : R|test/E| { } } public final annotation class EnumAnno : R|kotlin/Annotation| { public final val value: R|test/E| public get(): R|test/E| public constructor(value: R|test/E|): R|test/EnumAnno| } public final class EnumArgumentWithCustomToString : R|kotlin/Any| { public final fun annotated(): R|kotlin/Unit| public constructor(): R|test/EnumArgumentWithCustomToString| } public final annotation class EnumArrayAnno : R|kotlin/Annotation| { public final val value: R|kotlin/Array| public get(): R|kotlin/Array| public constructor(vararg value: R|kotlin/Array|): R|test/EnumArrayAnno| }