Skip to content

Commit 24729b6

Browse files
committed
Merge branch 'next' of https://github.com/rubberduck-vba/Rubberduck into Issue4159
2 parents 1efe579 + b32c3a7 commit 24729b6

File tree

1 file changed

+1
-1
lines changed
  • Rubberduck.CodeAnalysis/CodePathAnalysis

1 file changed

+1
-1
lines changed

Rubberduck.CodeAnalysis/CodePathAnalysis/Walker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public INode GenerateTree(IParseTree tree, Declaration declaration)
6262
}
6363
}
6464

65-
if (node == default)
65+
if (node == null)
6666
{
6767
node = new GenericNode();
6868
}

0 commit comments

Comments
 (0)