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