slcom/slangc/parser/WarningType.sauce

6 lines
76 B
Plaintext
Raw Permalink Normal View History

package slangc.parser;
public enum WarningType {
INTERNAL_WARNING,
}