1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 12:21:57 +03:00
semantic/test/fixtures/java/corpus/EnumDeclaration.B.java
2018-07-24 12:43:13 -04:00

5 lines
38 B
Java

enum Colour
{
RED, GREEN, BLUE;
}