Drop package facades: update compiler tests.
This commit is contained in:
@@ -7,7 +7,7 @@ class ListOfInt {
|
||||
|
||||
public static void hhh() {
|
||||
List<Integer> list = new ArrayList<Integer>();
|
||||
List<Integer> r = TestPackage.ggg(list);
|
||||
List<Integer> r = ListOfIntKt.ggg(list);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user