mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
26 lines
525 B
Plaintext
Vendored
26 lines
525 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 ClassesWithoutConstructorsKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public interface Interface
|
|
|
|
|
|
public final class Obj {
|
|
public final static field INSTANCE: Obj
|
|
private method <init>(): void
|
|
}
|