mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
GitOrigin-RevId: fd3331c90f28706c98d60134126defb1355e595b
15 lines
222 B
Java
15 lines
222 B
Java
class Test {
|
|
private static final String moveMe = "";
|
|
int i;
|
|
int d;
|
|
void f(<caret>) {
|
|
//f
|
|
}
|
|
public static void main(String[] args) {
|
|
int ff;
|
|
// d
|
|
}
|
|
class c {
|
|
}
|
|
}
|