JVM KT-49613 use adapter for indy reference to protected constructor
This commit is contained in:
committed by
TeamCityServer
parent
76bdf4ff1a
commit
916379c0e7
+6
@@ -22666,6 +22666,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/kt46408.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49613.kt")
|
||||
public void testKt49613() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/kt49613.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("localFunction1.kt")
|
||||
public void testLocalFunction1() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user