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

4 lines
90 B
Java

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