[IR] Integrate MFVC with Inline classes

#KT-1179
This commit is contained in:
Evgeniy.Zhelenskiy
2022-05-21 03:59:56 +03:00
committed by teamcity
parent 406bc4e497
commit b1dced6cda
18 changed files with 5407 additions and 69 deletions
@@ -50213,6 +50213,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
runTest("compiler/testData/codegen/box/valueClasses/overrides.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
}
@Test
@TestMetadata("overrides_inlineClass.kt")
public void testOverrides_inlineClass() throws Exception {
runTest("compiler/testData/codegen/box/valueClasses/overrides_inlineClass.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
}
@Test
@TestMetadata("throwingMFVCReassignments.kt")
public void testThrowingMFVCReassignments() throws Exception {