aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/treewalker/InputTreeWalker.java
blob: 1309fde90cb1b1ef6660abacefc9cb86e9d79a52 (plain)
1
2
3
4
5
6
package com.puppycrawl.tools.checkstyle.treewalker;
/*comment*/
public class InputTreeWalker {
}
class InputTreeWalkerInner {
}