``` enum Enumeration { A = "value", B // Enum member must have initializer. } ``` It should be or it's a bug?