Enum class objects values and valueOf functions have kind SYNTHESIZED
This commit is contained in:
@@ -9,8 +9,8 @@ internal final enum class Test : jet.Enum<test.Test> {
|
||||
/*primary*/ private constructor <class-object-for-Test>()
|
||||
public final val A: test.Test
|
||||
public final val B: test.Test
|
||||
public final fun valueOf(/*0*/ value: jet.String): test.Test
|
||||
public final fun values(): jet.Array<test.Test>
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: jet.String): test.Test
|
||||
public final /*synthesized*/ fun values(): jet.Array<test.Test>
|
||||
|
||||
private enum entry A : test.Test {
|
||||
/*primary*/ private constructor A()
|
||||
|
||||
Reference in New Issue
Block a user