Commits

Slava Pestov committed 3ebd53d03c1
AST: Name lookup shouldn't filter out static/instance methods from instance/static context We do this in a more general way higher up in the constraint solver. Filtering out methods in name lookup only hurts diagnostics. In fact I don't think this behavior was intentional at all, since the code in question was originally written in 2013 before a lot of the more recent member lookup and diagnostic code was added. This does break source compatibility though, but in a minor way. See the change to the CoreGraphics overlay. Again, though, I think this was an accident and not intentional.