| @kotlin.Metadata |
| public final class A { |
| public method <init>(): void |
| } |
| |
| @kotlin.Metadata |
| public final class B { |
| private final @org.jetbrains.annotations.NotNull field items: java.util.Collection |
| public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Collection): void |
| public final @org.jetbrains.annotations.NotNull method getItems(): java.util.Collection |
| } |
| |
| @kotlin.Metadata |
| public final class C { |
| public method <init>(): void |
| public final @org.jetbrains.annotations.NotNull method bar(): B |
| public final method foo(p0: int): void |
| } |
| |
| @kotlin.Metadata |
| public final class Kt5448Kt { |
| public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String |
| } |