mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-05 12:03:58 +07:00
9 lines
172 B
Java
9 lines
172 B
Java
interface Intf { Intf FOO = null; }
|
|
interface Intf2 extends Intf { Intf2 FOO = null; }
|
|
|
|
public class Bar implements Intf2 {
|
|
public static void fpp() {
|
|
F<caret>
|
|
}
|
|
}
|