mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
26 lines
641 B
Plaintext
Vendored
26 lines
641 B
Plaintext
Vendored
public final class CompanionInitializationKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class ConcreteWithStatic {
|
|
public final static field Companion: ConcreteWithStatic.Companion
|
|
inner class ConcreteWithStatic/Companion
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final static class ConcreteWithStatic/Companion {
|
|
inner class ConcreteWithStatic/Companion
|
|
private method <init>(): void
|
|
}
|
|
|
|
|
|
public interface IStatic
|
|
|
|
|
|
public class Static {
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: IStatic): void
|
|
public final method doSth(): void
|
|
}
|