9295ce7086
The test itself is enhanced so it loads descriptors from source and from binaries. Test data changed according to latest frontend changes.
19 lines
959 B
Plaintext
19 lines
959 B
Plaintext
namespace test
|
|
|
|
internal final enum class test.MyEnum : jet.Enum<test.MyEnum> {
|
|
protected final /*constructor*/ fun <init>(): test.MyEnum
|
|
public final override /*1*/ fun name(): jet.String
|
|
public final override /*1*/ fun ordinal(): jet.Int
|
|
internal final class object test.MyEnum.<class-object-for-MyEnum> {
|
|
private final /*constructor*/ fun <init>(): test.MyEnum.<class-object-for-MyEnum>
|
|
internal final val ENTRY: test.MyEnum.<class-object-for-MyEnum>.ENTRY
|
|
internal final enum entry test.MyEnum.<class-object-for-MyEnum>.ENTRY : test.MyEnum {
|
|
private final /*constructor*/ fun <init>(): test.MyEnum.<class-object-for-MyEnum>.ENTRY
|
|
public final override /*1*/ fun name(): jet.String
|
|
public final override /*1*/ fun ordinal(): jet.Int
|
|
}
|
|
public final fun valueOf(/*0*/ value: jet.String): test.MyEnum
|
|
public final fun values(): jet.Array<test.MyEnum>
|
|
}
|
|
}
|