mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
more java tests moved to community
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package package1;
|
||||
|
||||
<warning descr="Unused import statement">import package1.b;</warning>
|
||||
|
||||
class a {
|
||||
b b = null;
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package package1;
|
||||
|
||||
<warning descr="Unused import statement">import package1.*;</warning>
|
||||
|
||||
class b {
|
||||
a a = null;
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
package package1;
|
||||
|
||||
public interface c
|
||||
{
|
||||
public interface MyInner
|
||||
{
|
||||
int a = 1;
|
||||
int b = 2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user