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