Minor. Add regression test for KT-62127

#KT-62127 Fixed
This commit is contained in:
Ilmir Usmanov
2023-10-06 21:44:42 +02:00
committed by Space Team
parent 203b7a4da3
commit 197f0112b4
8 changed files with 91 additions and 0 deletions
@@ -18508,6 +18508,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/inlineClasses/defaultWithInlineClassArgumentGeneric.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
}
@TestMetadata("delegateFromDifferentPackage.kt")
public void testDelegateFromDifferentPackage() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/delegateFromDifferentPackage.kt");
}
@TestMetadata("elvisWithInlineClassAndNullConstant.kt")
public void testElvisWithInlineClassAndNullConstant() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/elvisWithInlineClassAndNullConstant.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());