mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 18:13:59 +07:00
- always highlight unused imports in the hierarchy GitOrigin-RevId: 26b7fb22931e4b37e45f7c5ee5940d1cfed2a03d
8 lines
139 B
Java
8 lines
139 B
Java
import module my.source.moduleB;
|
|
|
|
final class Main {
|
|
public static void main(String[] args) {
|
|
new Sql();
|
|
new Transaction();
|
|
}
|
|
} |