mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-07 05:40:23 +07:00
6 lines
96 B
Java
6 lines
96 B
Java
public class Test {
|
|
public int foo(int i) {
|
|
int ii = foo(0);
|
|
<caret>
|
|
}
|
|
} |