| @kotlin.Metadata |
| public final class Actor { |
| private final @org.jetbrains.annotations.NotNull field code: java.lang.String |
| public @synthetic.kotlin.jvm.GeneratedByJvmOverloads method <init>(): void |
| public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void |
| public synthetic method <init>(p0: java.lang.String, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void |
| public final @org.jetbrains.annotations.NotNull method getCode(): java.lang.String |
| } |
| |
| @kotlin.Metadata |
| public interface Creator { |
| public abstract method create(): java.lang.Object |
| } |
| |
| @kotlin.Metadata |
| public interface Factory |
| |
| @kotlin.Metadata |
| public final class Kt1345Kt { |
| public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String |
| } |
| |
| @kotlin.Metadata |
| public final class MyFactory { |
| public method <init>(): void |
| public @org.jetbrains.annotations.NotNull method create(): Actor |
| public synthetic method create(): java.lang.Object |
| } |