9 lines
95 B
Plaintext
9 lines
95 B
Plaintext
|
package slangc.codegraph;
|
||
|
|
||
|
public enum ContainerType {
|
||
|
WORLD,
|
||
|
SET,
|
||
|
PACKAGE,
|
||
|
TYPE
|
||
|
}
|