Minor. Add regression test
#KT-45685 Fixed
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user