mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
5 lines
78 B
Java
5 lines
78 B
Java
public class IImpl extends I {
|
|
public A create() {
|
|
return new A();
|
|
}
|
|
} |