mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
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