c0dc1e6742
Lots of test data changed to include members' kinds.
15 lines
671 B
Plaintext
15 lines
671 B
Plaintext
namespace test
|
|
|
|
public final enum class test.MyEnum : jet.Enum<test.MyEnum> {
|
|
private final /*constructor*/ fun <init>(): test.MyEnum
|
|
public final override /*1*/ /*fake_override*/ fun name(): jet.String
|
|
public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int
|
|
public final class object test.MyEnum.<class-object-for-MyEnum> {
|
|
private final /*constructor*/ fun <init>(): test.MyEnum.<class-object-for-MyEnum>
|
|
public final val ANOTHER: test.MyEnum
|
|
public final val ENTRY: test.MyEnum
|
|
public final fun valueOf(/*0*/ value: jet.String): test.MyEnum
|
|
public final fun values(): jet.Array<test.MyEnum>
|
|
}
|
|
}
|