2021-01-16 15:56:23 -08:00

14 lines
129 B
Plaintext

module A {
module B {
enum OK {
X = 0 @< Annotation line 1 Annotation line 2
Y = 1
Z = 2
}
}
}