mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 20:33:31 +07:00
GitOrigin-RevId: 732e1b24a1ce6c3f3791ad18483865eada50f529
4 lines
90 B
Java
4 lines
90 B
Java
// "Compute constant value of '2 * 2'" "true-preview"
|
|
class Test {
|
|
int x = 2*<caret>2;
|
|
} |