mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 21:52:48 +07:00
- new options - don't highlight such imports as unused - delete imports of nested modules - preserve high-level modules during 'optimize import' GitOrigin-RevId: 3728f41a934f320767caac0a643a5869ccc84bcc
8 lines
117 B
Java
8 lines
117 B
Java
import module my.source.moduleB;
|
|
|
|
final class Main {
|
|
public static void main(String[] args) {
|
|
new Sql();
|
|
}
|
|
}
|