Reports unsafe use of JavaRecursiveElementVisitor.visitReturnStatement().

Processing PsiReturnStatements even if they belong to another PsiClass or PsiLambdaExpression is a bug in most cases.

Quick-fix inserts necessary explicit visitClass()/visitLambdaExpression() method(s).