21 lines
750 B
Plaintext
Vendored
21 lines
750 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class InterfaceCompanionKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public interface KInt {
|
|
public final static field Companion: KInt.Companion
|
|
public final static @org.jetbrains.annotations.NotNull field a: java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull field b: java.lang.String
|
|
inner class KInt/Companion
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final static class KInt/Companion {
|
|
public final static @org.jetbrains.annotations.NotNull field a: java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull field b: java.lang.String
|
|
inner class KInt/Companion
|
|
private method <init>(): void
|
|
}
|