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