Files
kotlin-fork/compiler/testData/codegen/light-analysis/when/enumOptimization/kt14597.txt
T
2017-01-24 15:17:47 +01:00

15 lines
456 B
Plaintext
Vendored
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@kotlin.Metadata
public enum class En {
public final static field A: En
public final static field B: En
public final static field С: En
protected method <init>(p0: java.lang.String, p1: int): void
public static method valueOf(p0: java.lang.String): En
public static method values(): En[]
}
@kotlin.Metadata
public final class Kt14597Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}