mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 07:11:30 +07:00
GitOrigin-RevId: bea8f280aa73964b94f4bd66d4e542393f2a6ea7
3 lines
85 B
Java
3 lines
85 B
Java
public class Test {
|
|
int a = 1 + 1, b = <selection>2 * 2</selection>, c = 3 - 3;
|
|
} |