mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
16 lines
633 B
Plaintext
Vendored
16 lines
633 B
Plaintext
Vendored
public final class test/InPackageKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method foo(): test.Season
|
|
}
|
|
|
|
|
|
public enum class test/Season {
|
|
public final static field AUTUMN: test.Season
|
|
public final static field SPRING: test.Season
|
|
public final static field SUMMER: test.Season
|
|
public final static field WINTER: test.Season
|
|
protected method <init>(p0: java.lang.String, p1: int): void
|
|
public static method valueOf(p0: java.lang.String): test.Season
|
|
public static method values(): test.Season[]
|
|
}
|