[FIR2IR] Fix SAM conversion of adapted callable reference

#KT-63329 Fixed
This commit is contained in:
Kirill Rakhman
2023-11-30 13:19:34 +01:00
committed by Space Team
parent c8b77fe18c
commit 2391f00b75
11 changed files with 71 additions and 53 deletions
@@ -47105,12 +47105,6 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/sam/kt4753_2.kt");
}
@Test
@TestMetadata("kt49226.kt")
public void testKt49226() throws Exception {
runTest("compiler/testData/codegen/box/sam/kt49226.kt");
}
@Test
@TestMetadata("kt50108.kt")
public void testKt50108() throws Exception {