Drop package facades: update compiler tests.
This commit is contained in:
@@ -2,6 +2,6 @@ package test;
|
||||
|
||||
class GenericProperty {
|
||||
void foo() {
|
||||
java.util.Map<String, Integer> o = TestPackage.getTest(new java.util.HashMap<Integer, String>());
|
||||
java.util.Map<String, Integer> o = GenericPropertyKt.getTest(new java.util.HashMap<Integer, String>());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user