mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 13:20:56 +07:00
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;
|
|
} |