[Tests] Check Java interop

This commit is contained in:
Anastasiya Shadrina
2021-07-29 17:56:52 +07:00
committed by TeamCityServer
parent f9e6365461
commit bafd084094
5 changed files with 106 additions and 0 deletions
@@ -0,0 +1,7 @@
package test;
class JavaClass {
public static void test(C1 c1, C2 c2, R r, P1 p1, P2 p2) {
SignatureKt.f(c1, c2, r, p1, p2);
}
}