mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 10:58:45 +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
5 lines
68 B
Java
5 lines
68 B
Java
final class Main {
|
|
public static void main(String[] args) {
|
|
}
|
|
}
|