move compileJavaAgainstKotlin tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
class ArrayOfIntArray {
|
||||
{
|
||||
Integer[][] a = new Integer[0][];
|
||||
Integer[][] r = namespace.ohMy(a, null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user