JVM IR: cast indy-SAM receiver type from KFunctionN to FunctionN
#KT-46512 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
124bd559de
commit
d306d8a90e
+6
@@ -15686,6 +15686,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/funInterface/kt45444_privateFunInterface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt46512_indyFunInterfaceOverCallableReference.kt")
|
||||
public void testKt46512_indyFunInterfaceOverCallableReference() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/funInterface/kt46512_indyFunInterfaceOverCallableReference.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("multimodule.kt")
|
||||
public void testMultimodule() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user