30 lines
937 B
Plaintext
Vendored
30 lines
937 B
Plaintext
Vendored
public enum class test/E {
|
|
public final static field E1: test.E
|
|
public final static field E2: test.E
|
|
inner class test/E/E1
|
|
inner class test/E/E2
|
|
protected method <init>(p0: java.lang.String, p1: int): void
|
|
public @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
|
public static method valueOf(p0: java.lang.String): test.E
|
|
public static method values(): test.E[]
|
|
}
|
|
|
|
|
|
final static class test/E/E1 {
|
|
inner class test/E/E1
|
|
method <init>(p0: java.lang.String, p1: int): void
|
|
public @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
|
}
|
|
|
|
|
|
final static class test/E/E2 {
|
|
inner class test/E/E2
|
|
method <init>(p0: java.lang.String, p1: int): void
|
|
public @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class test/SuperCallInEnumLiteralKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|