[IR] Support MFVC with type parameters
#KT-1179
This commit is contained in:
committed by
teamcity
parent
b1dced6cda
commit
cd432b1371
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user