blob: e21505a4f182f5861f2905c41beef8bc49691043 [file] [log] [blame]
package pack2;
import pack1.*;
import target.pack1.S1;
import target.pack1.subpack.SS;
public class UsagesFromBoth {
S1 s1;
S2 s2;
SS ss;
}