Skip to content

Commit b32c3a7

Browse files
authored
Merge pull request #4428 from IvenBach/AllowBuilding
Revert use of 'default' language feature to lower c# version
2 parents f44d565 + f5803bf commit b32c3a7

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)