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