package superpkg; public class TargetB002 { public static void m() { System.out.println("TargetB002.m() running"); } }