blob: dc345b9de7f90c99c20872f3ff515a7c871ef9f9 [file] [log] [blame]
package q;
import p.X;
import p.Y;
public class Z {
X onlyHereForTheImport = null;
Y alsoOnlyHereForTheImport = null;
void foo(){
p.X x = (p.X)null;
p.Y y = (p.Y)null;
}
}