Minor. Add regression test

#KT-45685 Fixed
This commit is contained in:
Ilmir Usmanov
2021-05-17 14:48:30 +02:00
parent 41dd6250d4
commit 9fe503eeb3
9 changed files with 85 additions and 0 deletions
@@ -15480,6 +15480,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/inlineClasses/unboxReceiverOnCallingMethodFromInlineClass.kt");
}
@TestMetadata("unboxResultParameterWhenCapturingToCrossinlineLambda.kt")
public void testUnboxResultParameterWhenCapturingToCrossinlineLambda() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/unboxResultParameterWhenCapturingToCrossinlineLambda.kt");
}
@TestMetadata("unboxValueFromPlatformType.kt")
public void testUnboxValueFromPlatformType() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/unboxValueFromPlatformType.kt");