[K/N] Remap type args of SAM interfaces in FunctionReferenceLowering
#KT-56188 Fixed
This commit is contained in:
committed by
Space Team
parent
61fc3e99b1
commit
bd18fd40ea
+6
@@ -47119,6 +47119,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/sam/kt54600.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56188.kt")
|
||||
public void testKt56188() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/kt56188.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nonInlinedSamWrapper.kt")
|
||||
public void testNonInlinedSamWrapper() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user