[IR] Prepare MFVC-lowering for the new MFVC classes

#KT-1179
This commit is contained in:
Evgeniy.Zhelenskiy
2022-07-07 03:14:44 +02:00
committed by teamcity
parent eb0aa55571
commit 8ba20bee5b
15 changed files with 844 additions and 115 deletions
@@ -50230,6 +50230,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
public void testThrowingMFVCReassignments() throws Exception {
runTest("compiler/testData/codegen/box/valueClasses/throwingMFVCReassignments.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
}
@Test
@TestMetadata("visibility.kt")
public void testVisibility() throws Exception {
runTest("compiler/testData/codegen/box/valueClasses/visibility.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
}
}
@Nested