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