The following should generate an error for consistency with `TypeVar` and other named entities created with a functional syntax. ```python WrongName = Enum('Color', 'RED GREEN BLUE') # Type checker error ```