39 lines
1.2 KiB
Plaintext
Vendored
39 lines
1.2 KiB
Plaintext
Vendored
public final class test/ErrorsJvmClass {
|
|
public final static field Companion: test.ErrorsJvmClass.Companion
|
|
public final static @kotlin.jvm.JvmField @org.jetbrains.annotations.NotNull field param: test.G
|
|
inner class test/ErrorsJvmClass/Companion
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final static class test/ErrorsJvmClass/Companion {
|
|
inner class test/ErrorsJvmClass/Companion
|
|
private method <init>(): void
|
|
}
|
|
|
|
|
|
public interface test/ErrorsJvmTrait {
|
|
public final static field Companion: test.ErrorsJvmTrait.Companion
|
|
inner class test/ErrorsJvmTrait/Companion
|
|
}
|
|
|
|
|
|
public final static class test/ErrorsJvmTrait/Companion {
|
|
private final static @org.jetbrains.annotations.NotNull field param: test.G
|
|
inner class test/ErrorsJvmTrait/Companion
|
|
private method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getParam(): test.G
|
|
}
|
|
|
|
|
|
public final class test/G {
|
|
private final field s: java.lang.Object
|
|
public method <init>(p0: java.lang.Object): void
|
|
public final method getS(): java.lang.Object
|
|
}
|
|
|
|
|
|
public final class test/Kt5112Kt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|