# HG changeset patch # User Paul Boddie # Date 1489361159 -3600 # Node ID f094a62a78585b9f0be97042333d006ed16fb51f # Parent 06bb0d10327642f93f33c8fa5151c523c97d874f Handle name initialisers referencing invocations. diff -r 06bb0d103276 -r f094a62a7858 resolving.py --- a/resolving.py Sun Mar 12 22:50:59 2017 +0100 +++ b/resolving.py Mon Mar 13 00:25:59 2017 +0100 @@ -334,7 +334,7 @@ # Convert class invocations to instances. - if ref and invocation: + if ref and invocation or ref.has_kind(""): ref = self.convert_invocation(ref) if ref and not ref.has_kind(""):