aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/singlespaceseparator/InputSingleSpaceSeparatorChildNodes.java
blob: 3afd53f2b843659feb8db62fd82d6fed82281a37 (plain)
1
2
3
4
5
6
package com.puppycrawl.tools.checkstyle.checks.whitespace.singlespaceseparator;

public class InputSingleSpaceSeparatorChildNodes {
    int j = 0;
    int i = 1  + j;
}