mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 10:58:45 +07:00
9 lines
114 B
Java
9 lines
114 B
Java
@aa(
|
|
a = {ac.class}
|
|
)
|
|
public class c implements ac {
|
|
public void a() throws Exception {
|
|
d.b();
|
|
}
|
|
}
|