Describe the Bug
I think BB should appear first
from enum import StrEnum, auto
class A(StrEnum):
AA = auto()
BB = auto()
def f(a: A):
match a:
case A.AA:
...
case A.
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
No response
Describe the Bug
I think BB should appear first
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
No response