1 2 3 4 5 6 7
enum Size { # Error here. Enum values must be integers. S = "hello", } func test(): pass