mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-14 00:01:54 +07:00
10 lines
120 B
Java
10 lines
120 B
Java
package package1;
|
|
|
|
public interface c
|
|
{
|
|
public interface MyInner
|
|
{
|
|
int a = 1;
|
|
int b = 2;
|
|
}
|
|
} |