Minor, package "test" in compileJavaAgainstKotlin testData
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
package test;
|
||||
|
||||
|
||||
class ArrayOfIntArray {
|
||||
{
|
||||
Integer[][] a = new Integer[0][];
|
||||
Integer[][] r = _DefaultPackage.ohMy(a, null);
|
||||
Integer[][] r = TestPackage.ohMy(a, null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user