mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
11 lines
338 B
Plaintext
Vendored
11 lines
338 B
Plaintext
Vendored
public enum class Empty {
|
|
protected method <init>(p0: java.lang.String, p1: int): void
|
|
public static method valueOf(p0: java.lang.String): Empty
|
|
public static method values(): Empty[]
|
|
}
|
|
|
|
|
|
public final class EmptyEnumValuesValueOfKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|