Drop package facades: update compiler tests.
This commit is contained in:
@@ -6,6 +6,6 @@ import java.util.ArrayList;
|
||||
class ListString {
|
||||
public static void gg() {
|
||||
List<String> list = new ArrayList<String>();
|
||||
TestPackage.ff(list);
|
||||
ListOfStringKt.ff(list);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user