blob: 43d8801763ade44ff66286ed422b9e4da9bdef14 [file]
// 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 */
}