[IR] Implement MFVC basic flattening

#KT-1179
This commit is contained in:
Evgeniy.Zhelenskiy
2022-04-01 01:23:41 +03:00
committed by teamcity
parent 93ffd9f233
commit 2896f5613d
24 changed files with 2030 additions and 224 deletions
@@ -50194,6 +50194,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
public void testEquality() throws Exception {
runTest("compiler/testData/codegen/box/valueClasses/equality.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
}
@Test
@TestMetadata("simple.kt")
public void testSimple() throws Exception {
runTest("compiler/testData/codegen/box/valueClasses/simple.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
}
}
@Nested