regression test for #205

This commit is contained in:
David Halter
2013-08-31 19:59:16 +04:30
parent 4c3ac7fe2e
commit 2ee7ee4473

View File

@@ -126,6 +126,10 @@ class A():
#? int()
A().addition
#? 8 int()
A().addition = None
# -----------------
# inheritance
# -----------------