mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
18 lines
520 B
Plaintext
Vendored
18 lines
520 B
Plaintext
Vendored
public interface C {
|
|
public final static field Companion: C.Companion
|
|
inner class C/Companion
|
|
}
|
|
|
|
|
|
public final static class C/Companion {
|
|
private final static @org.jetbrains.annotations.NotNull field FOO: java.lang.String
|
|
inner class C/Companion
|
|
private method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getFOO(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class ClassObjectInTraitKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|