[FIR] Unwrap captured types in target type of SAM conversion
^KT-66256 Fixed
This commit is contained in:
committed by
Space Team
parent
690f39b91c
commit
b875ae774e
+6
@@ -53936,6 +53936,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
|
||||
runTest("compiler/testData/codegen/box/sam/fieldInJavaSamInterface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inProjectedSam.kt")
|
||||
public void testInProjectedSam() {
|
||||
runTest("compiler/testData/codegen/box/sam/inProjectedSam.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlinedSamWrapper.kt")
|
||||
public void testInlinedSamWrapper() {
|
||||
|
||||
+6
@@ -53936,6 +53936,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
|
||||
runTest("compiler/testData/codegen/box/sam/fieldInJavaSamInterface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inProjectedSam.kt")
|
||||
public void testInProjectedSam() {
|
||||
runTest("compiler/testData/codegen/box/sam/inProjectedSam.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlinedSamWrapper.kt")
|
||||
public void testInlinedSamWrapper() {
|
||||
|
||||
Reference in New Issue
Block a user