mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 17:09:38 +07:00
GitOrigin-RevId: f10e524166d16fbc55f73ed9a0a19fccd74e4739
7 lines
85 B
Java
7 lines
85 B
Java
class A {
|
|
public void foo() {
|
|
int a;<caret>
|
|
@X int b;
|
|
}
|
|
}
|
|
@interface X {} |