__init_subclass__
with classmethod
raises IndexError in stubtest
#15397
Labels
__init_subclass__
with classmethod
raises IndexError in stubtest
#15397
Bug Report
Stubtest raises
IndexError: list index out of range
when a__init_subclass__
method with theclassmethod
decorator is used.To Reproduce
https://github.com/rayzchen/stubtest-bug
Run
python -m mypy.stubtest mod
Actual Behavior
Your Environment
mypy.ini
(and other config files): NoneThe text was updated successfully, but these errors were encountered: