@NotNull
 protected LexicalScope getOuterScope() {
   return c.getDeclarationScopeProvider()
       .getResolutionScopeForDeclaration(declarationProvider.getOwnerInfo().getScopeAnchor());
 }