mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
+1
-1
@@ -257,7 +257,7 @@ public class EvaluatorBuilderImpl implements EvaluatorBuilder {
|
||||
|
||||
@Nullable
|
||||
private Evaluator accept(@Nullable PsiElement element) {
|
||||
if (element == null) {
|
||||
if (element == null || element instanceof PsiEmptyStatement) {
|
||||
return null;
|
||||
}
|
||||
element.accept(this);
|
||||
|
||||
Reference in New Issue
Block a user