mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
29 lines
726 B
Plaintext
Vendored
29 lines
726 B
Plaintext
Vendored
public final class A {
|
|
public final static field INSTANCE: A
|
|
inner class A/B
|
|
private method <init>(): void
|
|
}
|
|
|
|
|
|
public final class A/B {
|
|
public final static field INSTANCE: A.B
|
|
inner class A/B
|
|
inner class A/B/C
|
|
private method <init>(): void
|
|
}
|
|
|
|
|
|
public final class A/B/C {
|
|
public final static field INSTANCE: A.B.C
|
|
private final static @org.jetbrains.annotations.NotNull field ok: java.lang.String
|
|
inner class A/B
|
|
inner class A/B/C
|
|
private method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getOk(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class NestedObjectsKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|