| @kotlin.jvm.JvmInline() |
| public final class ValueClass /* pack.ValueClass*/ { |
| @org.jetbrains.annotations.NotNull() |
| private final @org.jetbrains.annotations.NotNull() pack.OriginalClass original; |
| |
| @org.jetbrains.annotations.NotNull() |
| public static final @org.jetbrains.annotations.NotNull() pack.ValueClass.Companion Companion; |
| |
| @org.jetbrains.annotations.Nullable() |
| private static final @org.jetbrains.annotations.Nullable() pack.OriginalClass companionPropertyWithValueClassType = null /* initializer type: null */; |
| |
| private static final int companionProperty = 0 /* initializer type: int */; |
| |
| @org.jetbrains.annotations.NotNull() |
| public @org.jetbrains.annotations.NotNull() java.lang.String toString();// toString() |
| |
| @org.jetbrains.annotations.NotNull() |
| public final @org.jetbrains.annotations.NotNull() pack.OriginalClass getOriginal();// getOriginal() |
| |
| public boolean equals(@org.jetbrains.annotations.Nullable() @org.jetbrains.annotations.Nullable() java.lang.Object);// equals(@org.jetbrains.annotations.Nullable() java.lang.Object) |
| |
| public int hashCode();// hashCode() |
| |
| public static final class Companion /* pack.ValueClass.Companion*/ { |
| private Companion();// .ctor() |
| |
| public final int getCompanionProperty();// getCompanionProperty() |
| |
| public final void companionFunction();// companionFunction() |
| } |
| |
| public static final class RegularObject /* pack.ValueClass.RegularObject*/ { |
| @org.jetbrains.annotations.NotNull() |
| public static final @org.jetbrains.annotations.NotNull() pack.ValueClass.RegularObject INSTANCE; |
| |
| private RegularObject();// .ctor() |
| } |
| } |