Commits

Rintaro Ishizaki committed 526139986aa
[CodeCompletion] Emit access modifier for override or conformance member only if 'public' At least, because of SE-0025, we cannnot emit 'private' for them. Consider: protocol P { func meth() } private class C : P { #^TOKEN^# }