Minor: add comment for CompilerMessageSeverity.OUTPUT
This commit is contained in:
+4
@@ -29,6 +29,10 @@ public enum CompilerMessageSeverity {
|
|||||||
WARNING,
|
WARNING,
|
||||||
INFO,
|
INFO,
|
||||||
LOGGING,
|
LOGGING,
|
||||||
|
/**
|
||||||
|
* Source to output files mapping messages (e.g A.kt->A.class).
|
||||||
|
* It is needed for incremental compilation.
|
||||||
|
*/
|
||||||
OUTPUT;
|
OUTPUT;
|
||||||
|
|
||||||
public static final EnumSet<CompilerMessageSeverity> ERRORS = EnumSet.of(ERROR, EXCEPTION);
|
public static final EnumSet<CompilerMessageSeverity> ERRORS = EnumSet.of(ERROR, EXCEPTION);
|
||||||
|
|||||||
Reference in New Issue
Block a user