[Tests] Add regression test for KT-63564
#KT-63564 Fixed
This commit is contained in:
committed by
Space Team
parent
674c56827f
commit
934253878b
+5
@@ -40003,6 +40003,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/sam/kt59858.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt63564.kt")
|
||||
public void testKt63564() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/kt63564.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noConversionFromSamToSam.kt")
|
||||
public void testNoConversionFromSamToSam() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/noConversionFromSamToSam.kt");
|
||||
|
||||
Reference in New Issue
Block a user