1
1
mirror of https://github.com/github/semantic.git synced 2024-12-14 17:31:48 +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;
}