Incremental: fixed adding file to package and using it from Java
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
class Usage {
|
||||
void usage() {
|
||||
test.TestPackage.a();
|
||||
test.TestPackage.b();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user