[IR] Remove unused MFVC getters
Signed-off-by: Evgeniy.Zhelenskiy <Evgeniy.Zhelenskiy@jetbrains.com> #KT-1179
This commit is contained in:
committed by
teamcity
parent
5c0784fef5
commit
dff949344d
@@ -55,8 +55,6 @@ public final class DPointWithInterface {
|
||||
public static @org.jetbrains.annotations.NotNull method getSomethingMFVC-impl(p0: double, p1: double): DPoint
|
||||
public method getSomethingRegular(): int
|
||||
public static method getSomethingRegular-impl(p0: double, p1: double): int
|
||||
public final method getX-3cLST_U(): double
|
||||
public final method getY-3cLST_U(): double
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: double, p1: double): int
|
||||
public synthetic bridge method setSomethingGeneric(p0: java.lang.Object): void
|
||||
@@ -143,8 +141,6 @@ public final class GenericFakeOverrideMFVC {
|
||||
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: double, p1: double, p2: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: double, p1: double, p2: double, p3: double): boolean
|
||||
public final method getField1-3cLST_U(): double
|
||||
public final method getField2-3cLST_U(): double
|
||||
public @org.jetbrains.annotations.NotNull method getP(): DPoint
|
||||
public synthetic bridge method getP(): java.lang.Object
|
||||
public static @org.jetbrains.annotations.NotNull method getP-impl(p0: double, p1: double): DPoint
|
||||
@@ -178,8 +174,6 @@ public final class GenericFakeOverrideMFVCWithMFVCUpperBound {
|
||||
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: double, p1: double, p2: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: double, p1: double, p2: double, p3: double): boolean
|
||||
public final method getField1-3cLST_U(): double
|
||||
public final method getField2-3cLST_U(): double
|
||||
public @org.jetbrains.annotations.NotNull method getP(): DPoint
|
||||
public static @org.jetbrains.annotations.NotNull method getP-impl(p0: double, p1: double): DPoint
|
||||
public @org.jetbrains.annotations.NotNull method getP1(): DPoint
|
||||
@@ -2522,8 +2516,6 @@ public final class ReifiedFakeOverrideMFVC {
|
||||
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: double, p1: double, p2: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: double, p1: double, p2: double, p3: double): boolean
|
||||
public final method getField1-3cLST_U(): double
|
||||
public final method getField2-3cLST_U(): double
|
||||
public @org.jetbrains.annotations.NotNull method getP(): DPoint
|
||||
public static @org.jetbrains.annotations.NotNull method getP-impl(p0: double, p1: double): DPoint
|
||||
public @org.jetbrains.annotations.NotNull method getP1(): DPoint
|
||||
|
||||
Reference in New Issue
Block a user