Drop package facades: update compiler tests.
This commit is contained in:
@@ -8,6 +8,6 @@ class MapOfKString {
|
||||
public static void gfgdgfg() {
|
||||
Map<String, Integer> map = new HashMap<String, Integer>();
|
||||
|
||||
Map<String, Integer> r = TestPackage.fff(map);
|
||||
Map<String, Integer> r = MapOfStringIntQKt.fff(map);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user