1   package com.puppycrawl.tools.checkstyle.checks.whitespace.genericwhitespace;
2   
3   import java.util.Collections;
4   
5   class InputGenericWhitespaceAtStartOfTheLine {
6   
7       public String getConstructor(Class<?>... parameterTypes)
8       {
9           Collections.<Object
10   >emptySet();
11          Collections.
12   <Object>emptySet();
13          return "pitest makes me cry";
14      }
15  }