mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
GitOrigin-RevId: db6aca91eed8c0d7bebe6bb86dd398a3a372bfab
11 lines
77 B
Plaintext
11 lines
77 B
Plaintext
|
|
public interface A {
|
|
|
|
public void m(B b);
|
|
|
|
void n();
|
|
}
|
|
|
|
class B {
|
|
|
|
} |