[IR] Hide regular class constructor with MFVC parameters

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

#KT-1179
This commit is contained in:
Evgeniy.Zhelenskiy
2023-03-02 00:45:21 +01:00
committed by Space Team
parent d358e63b0a
commit 5b868becf4
20 changed files with 194 additions and 188 deletions
@@ -25,7 +25,8 @@ public final class PointBox {
// source: 'throwingMFVCReassignments.kt'
private field value-x: double
private field value-y: double
public method <init>(p0: double, p1: double): void
private method <init>(p0: double, p1: double): void
public synthetic method <init>(p0: double, p1: double, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
public final @org.jetbrains.annotations.NotNull method getValue(): DPoint
public synthetic final method getValue-x(): double
public synthetic final method getValue-y(): double