[IR] Fix mutable shared reference of MFVC type

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

#KT-1179
This commit is contained in:
Evgeniy.Zhelenskiy
2023-01-28 01:44:01 +01:00
committed by Space Team
parent 752d6505e9
commit 19424702e0
8 changed files with 78 additions and 10 deletions
@@ -51797,6 +51797,12 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr
runTest("compiler/testData/codegen/box/valueClasses/mfvcUntypedEqualsOverriden.kt");
}
@Test
@TestMetadata("mutableSharedMfvcVar.kt")
public void testMutableSharedMfvcVar() throws Exception {
runTest("compiler/testData/codegen/box/valueClasses/mutableSharedMfvcVar.kt");
}
@Test
@TestMetadata("overrides.kt")
public void testOverrides() throws Exception {
@@ -51797,6 +51797,12 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo
runTest("compiler/testData/codegen/box/valueClasses/mfvcUntypedEqualsOverriden.kt");
}
@Test
@TestMetadata("mutableSharedMfvcVar.kt")
public void testMutableSharedMfvcVar() throws Exception {
runTest("compiler/testData/codegen/box/valueClasses/mutableSharedMfvcVar.kt");
}
@Test
@TestMetadata("overrides.kt")
public void testOverrides() throws Exception {