Skip to content

Commit 5f5bcf6

Browse files
Update csharp/ql/lib/semmle/code/csharp/AnnotatedType.qll
Co-authored-by: Michael Nebel <[email protected]>
1 parent 15cf695 commit 5f5bcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/AnnotatedType.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ private module Annotations {
174174
Nullability getChildNullability(Nullability n, int i) {
175175
result = getChildNullability0(n, i)
176176
or
177-
not exists(getChildNullability0(n, _)) and
177+
not exists(getChildNullability0(n, i)) and
178178
result = n
179179
}
180180

0 commit comments

Comments
 (0)