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