mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-27 04:03:29 +07:00
5 lines
73 B
Java
5 lines
73 B
Java
public class Foo {
|
|
void m() {
|
|
int foo = 2 + 2;<caret>
|
|
}
|
|
} |