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