summaryrefslogtreecommitdiff
path: root/platform/platform-tests/testData/codeStyle/autodetect/simpleIndent.java
blob: c4cd369df7328f1b11a746fd9b6faf4b29ebb878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
public class A {

    public void test() {
      int a = 2;
      int c = 2;
      int r = 3;
      int rq = 3;
      int rw = 3;
      int re = 3;
    }

    public void a() {
    }
}