Files
kotlin/compiler/testData/codegen/light-analysis/enum/emptyConstructor.txt

15 lines
715 B
Plaintext
Vendored

public final class test/EmptyConstructorKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public enum class test/My {
public final static field ENTRY: test.My
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
protected method <init>(@java.lang.Synthetic p0: java.lang.String, @java.lang.Synthetic p1: int, @org.jetbrains.annotations.NotNull p2: java.lang.String): void
protected method <init>(p0: java.lang.String, p1: int): void
public final @org.jetbrains.annotations.NotNull method getS(): java.lang.String
public static method valueOf(p0: java.lang.String): test.My
public static method values(): test.My[]
}