Skip to content

Commit 4d502e4

Browse files
authored
Merge pull request #620 from sigmavirus24/bug/619
Add regression test for nested definitions
2 parents 6837433 + e186792 commit 4d502e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testsuite/E30not.py

+4
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,7 @@ class Bar(object):
158158
#: Okay
159159
defaults = {}
160160
defaults.update({})
161+
#: Okay
162+
def foo(x):
163+
classification = x
164+
definitely = not classification

0 commit comments

Comments
 (0)