mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-06 18:06:58 +07:00
9 lines
116 B
Java
9 lines
116 B
Java
import static Util2.AIOInner;
|
|
|
|
public class Util2 {
|
|
public static class AIOInner {}
|
|
}
|
|
|
|
class Test {
|
|
AIO<caret>
|
|
} |