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
+5
@@ -12911,6 +12911,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/funInterface/kt44827_funInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46512_indyFunInterfaceOverCallableReference.kt")
|
||||
public void testKt46512_indyFunInterfaceOverCallableReference() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/funInterface/kt46512_indyFunInterfaceOverCallableReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("multimodule.kt")
|
||||
public void testMultimodule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/funInterface/multimodule.kt");
|
||||
|
||||
Reference in New Issue
Block a user