KT-7587 Overloads are not generated during partial compilation of package

#KT-7587 fixed
This commit is contained in:
Evgeny Gerashchenko
2015-05-13 16:21:13 +03:00
parent ca883d8117
commit 0498bd7739
15 changed files with 98 additions and 9 deletions
@@ -0,0 +1,5 @@
class JavaUsage {
public static void main(String[] args) {
test.TestPackage.f("x");
}
}