mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-18 22:42:49 +07:00
d5e0643962
GitOrigin-RevId: ef1718bee6d9d9ed9886b1a02cd9c6be4aee68f7
5 lines
101 B
Java
5 lines
101 B
Java
public class Test {
|
|
private interface Inner {}
|
|
|
|
public class InnerImpl implements Inner { }
|
|
} |