Incremental: fixed adding file to package and using it from Java

Original commit: 3aa5f5200b
This commit is contained in:
Evgeny Gerashchenko
2015-03-03 21:44:08 +03:00
parent 6fc44a498f
commit f0908bed24
6 changed files with 45 additions and 0 deletions
@@ -0,0 +1,5 @@
class Usage {
void usage() {
test.TestPackage.a();
}
}