Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/createPropertyFromUsage/beforeBooleanProperty.java
T
2022-11-02 12:49:31 +00:00

7 lines
119 B
Java

// "Create property" "true-preview"
class Calculator {
public void printError() {
set<caret>I(true);
}
}