JVM_IR KT-50856 fix generic signature for SAM proxy function
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user