Multi-resolve at a constructor call resolves to constructor, not class, or both class and constructor

if the constructor is inherited.
This commit is contained in:
Dmitry Cheryasov
2008-12-10 12:50:07 +03:00
parent 9badd978e4
commit 57a8c9f535
6 changed files with 97 additions and 39 deletions
+6
View File
@@ -0,0 +1,6 @@
# must resolve to constructor
class Foo:
def __init__(self):
pass
F<ref>oo()