mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
@Nullable
This commit is contained in:
@@ -26,6 +26,7 @@ package com.intellij.codeInspection.dataFlow.value;
|
||||
|
||||
import com.intellij.psi.PsiVariable;
|
||||
import com.intellij.util.containers.HashMap;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
@@ -78,6 +79,7 @@ public class DfaVariableValue extends DfaValue {
|
||||
myIsNegated = false;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public PsiVariable getPsiVariable() {
|
||||
return myVariable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user