Drop package facades: update compiler tests.
This commit is contained in:
@@ -2,6 +2,6 @@ package test;
|
||||
|
||||
class GenericArray {
|
||||
public static void ggff() {
|
||||
String[] s = TestPackage.ffgg(new String[0]);
|
||||
String[] s = GenericArrayKt.ffgg(new String[0]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user