aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/grammars/comments/InputComments1.java
blob: ea8857b932b25c652f27bbf6f211213d7f52a1fc (plain)
1
2
3
4
5
6
7
package com.puppycrawl.tools.checkstyle.grammars.comments;
public class /*
    i'mcomment567
    */
InputComments1
{ // comment to left curly brace
}