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