mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 19:21:16 +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>
|
|
} |