mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
19 lines
489 B
Plaintext
Vendored
19 lines
489 B
Plaintext
Vendored
public final class AbstractNestedClassKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public enum class E {
|
|
public final static field ENTRY: E
|
|
inner class E/Nested
|
|
protected method <init>(p0: java.lang.String, p1: int): void
|
|
public static method valueOf(p0: java.lang.String): E
|
|
public static method values(): E[]
|
|
}
|
|
|
|
|
|
public abstract static class E/Nested {
|
|
inner class E/Nested
|
|
public method <init>(): void
|
|
}
|