mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
27 lines
683 B
Plaintext
Vendored
27 lines
683 B
Plaintext
Vendored
public final class C {
|
|
public final static field Companion: C.Companion
|
|
inner class C/Companion
|
|
inner class C/ZZZ
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final static class C/Companion {
|
|
inner class C/Companion
|
|
private method <init>(): void
|
|
private final method create(): C
|
|
}
|
|
|
|
|
|
public final static class C/ZZZ {
|
|
private final @org.jetbrains.annotations.NotNull field c: C
|
|
inner class C/ZZZ
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getC(): C
|
|
}
|
|
|
|
|
|
public final class ClassObjectWithPrivateGenericMemberKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|