Disallow empty sources.
禁止空源。
···\n\t
/** ↑
* This empty source */
A source containing only whitespace is considered empty.
一个源只包含空白被认为是空的。
true
The following patterns are considered warnings:
以下模式被认为是个警告:
\t\t
\n
The following patterns are not considered warnings:
以下模式正常:
a {}
/* Only comments */