mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 17:56:55 +07:00
GitOrigin-RevId: 5af3e8f3e63d071513778759e5787fa96f89665a
7 lines
100 B
Java
7 lines
100 B
Java
interface A { }
|
|
|
|
class B implements <caret>A {
|
|
void test() {
|
|
System.out.println();
|
|
}
|
|
} |