[IR] Fix compiler bugs with MFVC to let KorGE run
Signed-off-by: Evgeniy.Zhelenskiy <Evgeniy.Zhelenskiy@jetbrains.com> #KT-1179
This commit is contained in:
committed by
Space Team
parent
9b3fc34f78
commit
3b5ad0681f
@@ -1,7 +1,7 @@
|
||||
@kotlin.Metadata
|
||||
public interface I {
|
||||
// source: 'mfvcEqualsOverride.kt'
|
||||
public abstract method equals-sUp7gFk(p0: int, p1: int): boolean
|
||||
public abstract method equals-7njTOxU(p0: int, p1: int): boolean
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmInline
|
||||
@@ -14,9 +14,9 @@ public final class MFVC {
|
||||
public synthetic final static method box-impl(p0: int, p1: int): MFVC
|
||||
public final static method constructor-impl(p0: int, p1: int): void
|
||||
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
|
||||
public method equals-7njTOxU(p0: int, p1: int): boolean
|
||||
public static method equals-impl(p0: int, p1: int, p2: java.lang.Object): boolean
|
||||
public static method equals-impl0(p0: int, p1: int, p2: int, p3: int): boolean
|
||||
public method equals-sUp7gFk(p0: int, p1: int): boolean
|
||||
public final method getValue(): int
|
||||
public final method getY(): int
|
||||
public method hashCode(): int
|
||||
|
||||
Reference in New Issue
Block a user