Fix generic signature of FunctionN type visible from Java

This commit is contained in:
Alexander Udalov
2018-07-23 17:39:43 +02:00
committed by Ilya Gorbunov
parent 348ce6733d
commit 877dfd8ff4
5 changed files with 66 additions and 11 deletions
@@ -10623,6 +10623,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/functions/bigArity"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JVM, true);
}
@TestMetadata("callFromJava.kt")
public void testCallFromJava() throws Exception {
runTest("compiler/testData/codegen/box/functions/bigArity/callFromJava.kt");
}
@TestMetadata("callWithIncorrectNumberOfArguments.kt")
public void testCallWithIncorrectNumberOfArguments() throws Exception {
runTest("compiler/testData/codegen/box/functions/bigArity/callWithIncorrectNumberOfArguments.kt");