mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-87652
This commit is contained in:
@@ -540,7 +540,7 @@ public class DfaMemoryStateImpl implements DfaMemoryState {
|
||||
DfaTypeValue dfaType = (DfaTypeValue)dfaCond.getRightOperand();
|
||||
|
||||
final DfaVariableState varState = getVariableState(dfaVar);
|
||||
varState.setNullable(dfaType.isNullable());
|
||||
varState.setNullable(varState.isNullable() || dfaType.isNullable());
|
||||
return !isNotNull(dfaVar) || varState.setInstanceofValue(dfaType);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user