mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 04:45:20 +07:00
GitOrigin-RevId: f10e524166d16fbc55f73ed9a0a19fccd74e4739
7 lines
88 B
Java
7 lines
88 B
Java
class A {
|
|
public void foo() {
|
|
int a;<caret>
|
|
/*x*/ int b;
|
|
}
|
|
}
|
|
@interface X {} |