First drop
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package subpkg;
|
||||
|
||||
import superpkg.TargetB002;
|
||||
|
||||
public class InvokerB002 {
|
||||
|
||||
public void run() {
|
||||
TargetB002.m();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user