Commits

Ben Langmuir committed 812d1566a7f
[CodeCompletion] Don't look through non-type contexts in override We don't actually want to skip non-type contexts here, since we should only be showing override completions in the type context itself. This was pretty obscure to hit in practice, but I noticed it while fixing the crasher.