mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-08 06:10:59 +07:00
8 lines
120 B
Java
8 lines
120 B
Java
|
|
public class Junk {
|
|
public static void main(String[] args) {
|
|
int i = 1; // comment
|
|
<caret>
|
|
}
|
|
}
|