Add regression tests for obsolete issues

#KT-50909
 #KT-50974
 #KT-51888
This commit is contained in:
Alexander Udalov
2022-09-23 22:06:30 +02:00
parent e7b5e74f78
commit 4baa74f396
11 changed files with 142 additions and 0 deletions
@@ -16613,6 +16613,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/inlineClasses/kt45991.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
}
@TestMetadata("kt50974_resultMultiModule.kt")
public void ignoreKt50974_resultMultiModule() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/kt50974_resultMultiModule.kt");
}
@TestMetadata("mappingOfBoxedFlexibleInlineClassTypeGeneric.kt")
public void ignoreMappingOfBoxedFlexibleInlineClassTypeGeneric() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/mappingOfBoxedFlexibleInlineClassTypeGeneric.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());