mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 11:36:59 +07:00
7 lines
114 B
Java
7 lines
114 B
Java
package package1;
|
|
|
|
<warning descr="Unused import statement">import package1.*;</warning>
|
|
|
|
class b {
|
|
a a = null;
|
|
} |