| // IntelliJ API Decompiler stub source generated from a class file | |
| // Implementation of methods is not available | |
| public final enum class Color private constructor(rgb: kotlin.Int) : kotlin.Enum<Color> { | |
| RED, | |
| GREEN, | |
| BLUE; | |
| public final val rgb: kotlin.Int /* compiled code */ | |
| } |