Files
2024-07-10 19:17:56 +00:00

6 lines
55 B
Plaintext

enum E {
A, B;
boolean x() {
return true;
}
}