23 lines
903 B
Plaintext
Vendored
23 lines
903 B
Plaintext
Vendored
public abstract enum class A {
|
|
public final static field E1: A
|
|
private final @org.jetbrains.annotations.NotNull field b: java.lang.String
|
|
inner class A/E1
|
|
protected method <init>(@java.lang.Synthetic p0: java.lang.String, @java.lang.Synthetic p1: int, @org.jetbrains.annotations.NotNull p2: java.lang.String): void
|
|
public final @org.jetbrains.annotations.NotNull method getB(): java.lang.String
|
|
public abstract @org.jetbrains.annotations.NotNull method t(): java.lang.String
|
|
public static method valueOf(p0: java.lang.String): A
|
|
public static method values(): A[]
|
|
}
|
|
|
|
|
|
final static class A/E1 {
|
|
inner class A/E1
|
|
method <init>(p0: java.lang.String, p1: int): void
|
|
public @org.jetbrains.annotations.NotNull method t(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Kt2350Kt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|