mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
KT-7587 Overloads are not generated during partial compilation of package
#KT-7587 fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class JavaUsage {
|
||||
public static void main(String[] args) {
|
||||
test.TestPackage.f("x");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user