JVM_IR KT-50856 fix generic signature for SAM proxy function

This commit is contained in:
Dmitry Petrov
2022-01-20 10:26:45 +03:00
committed by Space
parent cd578e9d13
commit 12d8b189a9
6 changed files with 62 additions and 11 deletions
@@ -23517,6 +23517,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/kt49613.kt");
}
@Test
@TestMetadata("kt50856.kt")
public void testKt50856() throws Exception {
runTest("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/kt50856.kt");
}
@Test
@TestMetadata("localFunction1.kt")
public void testLocalFunction1() throws Exception {