First drop
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package subpkg;
|
||||
|
||||
import superpkg.Target002;
|
||||
|
||||
public class Invoker002 {
|
||||
|
||||
static Target002 t = new Target002();
|
||||
|
||||
public void run() {
|
||||
t.m();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user