32 lines
883 B
Plaintext
Vendored
32 lines
883 B
Plaintext
Vendored
public final class C {
|
|
public final static field Companion: C.Companion
|
|
inner class C/Companion
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final static class C/Companion {
|
|
inner class C/Companion
|
|
private method <init>(): void
|
|
}
|
|
|
|
|
|
public final class OK {
|
|
public final static field INSTANCE: OK
|
|
private method <init>(): void
|
|
}
|
|
|
|
|
|
public final class ObjectSuperConstructorCallKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public abstract class S {
|
|
private final @org.jetbrains.annotations.NotNull field klass: java.lang.Class
|
|
private final field result: java.lang.String
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.Class): void
|
|
public final @org.jetbrains.annotations.NotNull method getKlass(): java.lang.Class
|
|
public final method getResult(): java.lang.String
|
|
}
|