blob: effe7401d4c6d30116c0ce080f3b08c53ff85cfb [file] [log] [blame]
import xxxx.ddd;
import com.XXX;
import yyy.com.*;
import static zzz.yyy.com.AAA.*;
import static zzz.yyy.com.BBB;
class Foo {
{
// maybe it's from yyy.com.*
ZZZ z = null;
}
}