mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-31 21:35:14 +07:00
6 lines
94 B
Java
6 lines
94 B
Java
public class Test {
|
|
public void foo() {
|
|
int i = 0;
|
|
System.out.println(<ref>i);
|
|
}
|
|
} |