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