I'm using 2.053 this compile fine: ==== enum : string { A = "hello", B = "betty", } ==== this doesn't! ==== enum AA : string { A = "hello", B = "betty", } ==== Am I missing something? Named enum can't be typed? known bug?