mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-12 04:36:59 +07:00
7 lines
96 B
Plaintext
7 lines
96 B
Plaintext
<spot>public interface X</spot> {
|
|
void f();
|
|
}
|
|
class Y implements X {
|
|
public void f() {
|
|
}
|
|
} |