mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
21 lines
305 B
Java
21 lines
305 B
Java
class Test {
|
|
private static final String moveMe = "";
|
|
/**
|
|
* Class
|
|
*/
|
|
class c {
|
|
int <selection>i;
|
|
in</selection><caret>t d;
|
|
}
|
|
/**
|
|
* F
|
|
*/
|
|
void f() {
|
|
//f
|
|
}
|
|
public static void main(String[] args) {
|
|
int ff;
|
|
// d
|
|
}
|
|
}
|