mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
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 {
|
|
}
|
|
}
|