You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Nested class definitions are being marked as of the latest version.
I'm pretty sure it wasn't a problem in 0.4.11, but I can't downgrade now as I've updated my PyCharm and 0.4.11 is not compatible with PyCharm 2024.1.
To Reproduce
You can use the following example code:
Describe the bug
Nested class definitions are being marked as of the latest version.
I'm pretty sure it wasn't a problem in 0.4.11, but I can't downgrade now as I've updated my PyCharm and 0.4.11 is not compatible with PyCharm 2024.1.
To Reproduce
You can use the following example code:
The call to
Outer.Inner
will be highlighted as a warningExpected behavior
This should not be highlighted as an issue
Screenshots
Environments
The text was updated successfully, but these errors were encountered: