[Tests] Check Java interop
This commit is contained in:
committed by
TeamCityServer
parent
f9e6365461
commit
bafd084094
+7
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user