mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 12:52:30 +07:00
GitOrigin-RevId: a54261f44b8e07273962d3c8c6c2a3db62d6fccf
12 lines
89 B
Plaintext
12 lines
89 B
Plaintext
|
|
public interface A {
|
|
|
|
public void n(A a);
|
|
|
|
}
|
|
|
|
class B {
|
|
|
|
public void m() {
|
|
}
|
|
} |