mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
GitOrigin-RevId: ad8a16589415a16ce8b4df2c8b16e2aed1fc6430
7 lines
73 B
Java
7 lines
73 B
Java
public class Test {
|
|
|
|
void test(){
|
|
int x<caret> = 42;
|
|
}
|
|
}
|