View Javadoc
1   ////////////////////////////////////////////////////////////////////////
2   // Test case file for checkstyle.
3   // Created: 2015
4   ////////////////////////////////////////////////////////////////////////
5   package com.puppycrawl.tools.checkstyle.grammar;
6   
7   /**
8    * Test using the CR
9    * dot.
10   * @author Martin Steiger
11   **/
12  public interface InputAstRegressionNewlineCrAtEndOfFile
13  {
14  /** Test with ending with CR newline
15  */
16  }