mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-25 17:11:52 +07:00
6 lines
112 B
Java
6 lines
112 B
Java
public class Foo {
|
|
void m() {
|
|
int foo = 1;
|
|
foo<caret> + 2 /* comment */; // comment2
|
|
}
|
|
} |