mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
13 lines
105 B
Java
13 lines
105 B
Java
class X {
|
|
|
|
void m() {
|
|
|
|
int foo = 10;
|
|
int bar = fo<caret>o + 10;
|
|
|
|
}
|
|
|
|
void m2(int i) {
|
|
}
|
|
|
|
} |