Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/constantExpression/beforeUnary.java
T
2023-03-20 15:27:55 +00:00

4 lines
86 B
Java

// "Compute constant value of '~2'" "true-preview"
class Test {
int x = ~<caret>2;
}