1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 15:35:14 +03:00
semantic/test/fixtures/java/corpus/EnumDeclaration.B.java

5 lines
38 B
Java
Raw Normal View History

2018-07-24 19:43:13 +03:00
enum Colour
{
RED, GREEN, BLUE;
}