KT-7587 Overloads are not generated during partial compilation of package
#KT-7587 fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class JavaUsage {
|
||||
public static void main(String[] args) {
|
||||
test.TestPackage.f("x");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user