| Ann.class: |
| // IntelliJ API Decompiler stub source generated from a class file |
| // Implementation of methods is not available |
| |
| package a.b.c.test.enum |
| |
| public final annotation class Ann public constructor() : kotlin.Annotation { |
| } |
| |
| Enum.class: |
| // IntelliJ API Decompiler stub source generated from a class file |
| // Implementation of methods is not available |
| |
| package a.b.c.test.enum |
| |
| public final enum class Enum private constructor() : kotlin.Enum<a.b.c.test.enum.Enum> { |
| A, |
| |
| B, |
| |
| C, |
| |
| D, |
| |
| E, |
| |
| F; |
| |
| public companion object { |
| @a.b.c.test.enum.Ann public final val c: kotlin.Int /* compiled code */ |
| } |
| |
| public open fun f(): kotlin.Int { /* compiled code */ } |
| } |