Skip to content
Snippets Groups Projects
Commit 1f8ecc6b authored by 5j9's avatar 5j9
Browse files

Add a test for N807 error within a conditional

parent f89139b8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -7,6 +7,10 @@ class C2:
if True:
def __str__(self):
return ''
#: N807
if True:
def __bad__():
pass
#: Okay
class C3:
try:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment