[IR] Fix delegating MFVC constructors
Signed-off-by: Evgeniy.Zhelenskiy <Evgeniy.Zhelenskiy@jetbrains.com> #KT-1179
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user