20 lines
701 B
Plaintext
Vendored
20 lines
701 B
Plaintext
Vendored
public final class InterfaceCompanionKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
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
|
|
}
|
|
|
|
|
|
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
|
|
}
|