[IR] Always add getter methods to value classes even if not used

Signed-off-by: Evgeniy.Zhelenskiy <Evgeniy.Zhelenskiy@jetbrains.com>

#KT-1179
This commit is contained in:
Evgeniy.Zhelenskiy
2022-10-24 19:30:28 +02:00
committed by Space Team
parent 3653c86f08
commit b692748938
42 changed files with 183 additions and 31 deletions
@@ -10,6 +10,8 @@ public final class A {
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
public static method equals-impl(p0: MyClass, p1: MyClass, p2: java.lang.Object): boolean
public final static method equals-impl0(p0: MyClass, p1: MyClass, p2: MyClass, p3: MyClass): boolean
public final @org.jetbrains.annotations.NotNull method getValue1(): MyClass
public final @org.jetbrains.annotations.NotNull method getValue2(): MyClass
public method hashCode(): int
public static method hashCode-impl(@org.jetbrains.annotations.NotNull p0: MyClass, @org.jetbrains.annotations.NotNull p1: MyClass): int
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String