mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
21 lines
705 B
Plaintext
Vendored
21 lines
705 B
Plaintext
Vendored
public final class InitializerBlockDImplKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class World {
|
|
private final @org.jetbrains.annotations.NotNull field foo: World.Item
|
|
private final @org.jetbrains.annotations.NotNull field items: java.util.ArrayList
|
|
inner class World/Item
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getFoo(): World.Item
|
|
public final @org.jetbrains.annotations.NotNull method getItems(): java.util.ArrayList
|
|
}
|
|
|
|
|
|
public final class World/Item {
|
|
synthetic final field this$0: World
|
|
inner class World/Item
|
|
public method <init>(p0: World): void
|
|
}
|