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

4 lines
79 B
Java

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