JVM IR: Remove bridge construction from CallableReferenceLowering
This commit is contained in:
committed by
Georgy Bronnikov
parent
ebb59d51d2
commit
6aa8ecd745
+5
@@ -11345,6 +11345,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/functions/bigArity/callFromJava.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("callFunViaVararg.kt")
|
||||
public void testCallFunViaVararg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/bigArity/callFunViaVararg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("callWithIncorrectNumberOfArguments.kt")
|
||||
public void testCallWithIncorrectNumberOfArguments() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/bigArity/callWithIncorrectNumberOfArguments.kt");
|
||||
|
||||
Reference in New Issue
Block a user