Files
codeql/java/ql/test/library-tests/locations/locations/E.java
2018-08-30 10:48:05 +01:00

5 lines
34 B
Java

enum E {
First,
Second,
Third
}