JVM_IR KT-46408 properly map fake overrides in method handles
This commit is contained in:
committed by
TeamCityServer
parent
ef2c2c2c9e
commit
83e3a702c5
+5
@@ -17598,6 +17598,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/kt45581.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46408.kt")
|
||||
public void testKt46408() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/kt46408.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localFunction1.kt")
|
||||
public void testLocalFunction1() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/localFunction1.kt");
|
||||
|
||||
Reference in New Issue
Block a user