JavaRecursiveElementVisitor.visitReturnStatement()
.
Processing PsiReturnStatement
s
even if they belong to another PsiClass
or PsiLambdaExpression
is a bug in most cases, and a visitor most
probably should implement visitClass()
and visitLambdaExpression()
methods.