mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 15:44:48 +07:00
GitOrigin-RevId: 732e1b24a1ce6c3f3791ad18483865eada50f529
4 lines
86 B
Java
4 lines
86 B
Java
// "Compute constant value of '~2'" "true-preview"
|
|
class Test {
|
|
int x = ~<caret>2;
|
|
} |