32 lines
1.0 KiB
Plaintext
Vendored
32 lines
1.0 KiB
Plaintext
Vendored
public final class A {
|
|
public final static field INSTANCE: A
|
|
private final static field privateConst: int
|
|
public final static field publicConst: int
|
|
private method <init>(): void
|
|
}
|
|
|
|
|
|
public final class B {
|
|
public final static field Companion: B.Companion
|
|
private final static field privateConst: int
|
|
protected final static field protectedConst: int
|
|
public final static field publicConst: int
|
|
inner class B/Companion
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final static class B/Companion {
|
|
inner class B/Companion
|
|
private method <init>(): void
|
|
}
|
|
|
|
@kotlin.jvm.JvmName
|
|
public final class XYZ {
|
|
private final static field privateConst: int
|
|
public final static field publicConst: int
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public synthetic static method check$default(p0: java.lang.Class, p1: boolean, p2: int, p3: java.lang.Object): void
|
|
public final static method check(@org.jetbrains.annotations.NotNull p0: java.lang.Class, p1: boolean): void
|
|
}
|