summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/fixAll/after1.java
blob: a144d82ac59cf938988ca1c1ad03077cc55345bb (plain)
1
2
3
4
5
6
7
// "Fix all 'Constant conditions & exceptions' problems in file" "true"
public class Test {
  void foo() {
    int k = 0;
    int i = 0;
  }
}