[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
+5
@@ -42746,6 +42746,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/sam/fieldInJavaSamInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inProjectedSam.kt")
|
||||
public void testInProjectedSam() {
|
||||
runTest("compiler/testData/codegen/box/sam/inProjectedSam.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlinedSamWrapper.kt")
|
||||
public void testInlinedSamWrapper() {
|
||||
runTest("compiler/testData/codegen/box/sam/inlinedSamWrapper.kt");
|
||||
|
||||
Reference in New Issue
Block a user