summaryrefslogtreecommitdiff
path: root/tools/closure_linter/closure_linter/testdata/file_level_comment.js
blob: 86581155a0e6c9b4318788c53fac4cbd6cf060ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * File level comment as the first thing in a file (GOOD).
 * @license Copyright 2009 SomeThirdParty.
 */
/** // WRONG_BLANK_LINE_COUNT
 * Comment block that is not the first thing in a file (BAD).
 * @license Copyright 2009 SomeThirdParty.
 */

/** // WRONG_BLANK_LINE_COUNT
 * Top level comment with a single line above it (BAD).
 * @license Copyright 2009 SomeThirdParty.
 */