Drop package facades: update compiler tests.
This commit is contained in:
@@ -4,6 +4,6 @@ package test;
|
||||
class ArrayOfIntArray {
|
||||
{
|
||||
int[][] a = new int[0][];
|
||||
int[][] r = TestPackage.ohMy(a);
|
||||
int[][] r = ArrayOfIntArrayKt.ohMy(a);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user