[IR] Fix delegating MFVC constructors

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

#KT-1179
This commit is contained in:
Evgeniy.Zhelenskiy
2023-03-09 22:13:38 +01:00
parent 09bd9ec9af
commit 948714e7e5
6 changed files with 131 additions and 6 deletions
@@ -51725,6 +51725,12 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr
runTest("compiler/testData/codegen/box/valueClasses/delegating.kt");
}
@Test
@TestMetadata("delegatingConstructors.kt")
public void testDelegatingConstructors() throws Exception {
runTest("compiler/testData/codegen/box/valueClasses/delegatingConstructors.kt");
}
@Test
@TestMetadata("equality.kt")
public void testEquality() throws Exception {
@@ -51725,6 +51725,12 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo
runTest("compiler/testData/codegen/box/valueClasses/delegating.kt");
}
@Test
@TestMetadata("delegatingConstructors.kt")
public void testDelegatingConstructors() throws Exception {
runTest("compiler/testData/codegen/box/valueClasses/delegatingConstructors.kt");
}
@Test
@TestMetadata("equality.kt")
public void testEquality() throws Exception {