blob: a87a41285285be6f1043058de37e00cfca5ad1d9 [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 */
public abstract fun foo(): kotlin.Int
}