mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-18 22:42:49 +07:00
285a5acd66
GitOrigin-RevId: fd3331c90f28706c98d60134126defb1355e595b
12 lines
96 B
Java
12 lines
96 B
Java
@interface iii {}
|
|
class CL {
|
|
void x() {}
|
|
void f() {}
|
|
|
|
@iii
|
|
void g() {
|
|
}
|
|
}
|
|
|
|
|