mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 10:22:24 +07:00
GitOrigin-RevId: 94421e98c10352732ba48e2df8994f9c09a7dcc3
4 lines
79 B
Java
4 lines
79 B
Java
class Test {
|
|
int x = 2 + 2, y = <selection>3 + 3</selection>, z = 4 + 4;
|
|
}
|