Minor. Add regression test for KT-62127
#KT-62127 Fixed
This commit is contained in:
committed by
Space Team
parent
203b7a4da3
commit
197f0112b4
+5
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user