6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
|
package slangc.parser;
|
||
|
|
||
|
public enum WarningType {
|
||
|
INTERNAL_WARNING,
|
||
|
}
|