mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 14:50:53 +07:00
7 lines
112 B
Java
7 lines
112 B
Java
class Test {
|
|
void foo(int i) {
|
|
System.out.println(<caret>i);
|
|
System.out.println(i);
|
|
}
|
|
}
|