[IR] Hide regular class constructor with MFVC parameters
Signed-off-by: Evgeniy.Zhelenskiy <Evgeniy.Zhelenskiy@jetbrains.com> #KT-1179
This commit is contained in:
committed by
Space Team
parent
d358e63b0a
commit
5b868becf4
@@ -2467,7 +2467,8 @@ public final class RealOverride {
|
||||
// source: 'overrides.kt'
|
||||
private field p-x: double
|
||||
private field p-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 @org.jetbrains.annotations.NotNull method getP(): DPoint
|
||||
public synthetic bridge method getP(): java.lang.Object
|
||||
public synthetic method getP-x(): double
|
||||
|
||||
Reference in New Issue
Block a user