[IR] Support MFVC with type parameters

#KT-1179
This commit is contained in:
Evgeniy.Zhelenskiy
2022-05-21 07:43:59 +03:00
committed by teamcity
parent b1dced6cda
commit cd432b1371
8 changed files with 4196 additions and 757 deletions
@@ -50219,6 +50219,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
runTest("compiler/testData/codegen/box/valueClasses/overrides_inlineClass.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
}
@Test
@TestMetadata("overrides_typeParameters.kt")
public void testOverrides_typeParameters() throws Exception {
runTest("compiler/testData/codegen/box/valueClasses/overrides_typeParameters.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
}
@Test
@TestMetadata("throwingMFVCReassignments.kt")
public void testThrowingMFVCReassignments() throws Exception {