aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/InputSeparatedStatements.java
blob: 1889cd51d8410946d878f9f9614b2482378b48b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package com.puppycrawl.tools.checkstyle.checks.indentation;//indent:0 exp:0

import java.io.*//indent:0 exp:0

    ;//indent:4 exp:4

import java.util.*//indent:0 exp:0
    //indent:4 exp:4
    ;//indent:4 exp:4

public class InputSeparatedStatements {//indent:0 exp:0
}//indent:0 exp:0