# HG changeset patch # User Paul Boddie # Date 1489366573 -3600 # Node ID c3a26736ca4fcfd912c82dbdc9f8fd9a7306a19f # Parent 6a2e6400b2525dd134dfce8ade9ad8cdf6214926 Fixed missing element of recent merge. diff -r 6a2e6400b252 -r c3a26736ca4f resolving.py --- a/resolving.py Mon Mar 13 01:53:43 2017 +0100 +++ b/resolving.py Mon Mar 13 01:56:13 2017 +0100 @@ -382,7 +382,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(""):