mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 21:15:58 +07:00
11 lines
126 B
Java
11 lines
126 B
Java
import yyy.com.*;
|
|
|
|
import static zzz.yyy.com.AAA.*;
|
|
|
|
class Foo {
|
|
{
|
|
// maybe it's from yyy.com.*
|
|
ZZZ z = null;
|
|
}
|
|
}
|