mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 01:43:23 +07:00
GitOrigin-RevId: fd3331c90f28706c98d60134126defb1355e595b
12 lines
103 B
Java
12 lines
103 B
Java
@interface iii {}
|
|
class CL {
|
|
void x() {}
|
|
@iii
|
|
void g() <caret>{
|
|
}
|
|
|
|
void f() {}
|
|
}
|
|
|
|
|