mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Update csharp/ql/lib/semmle/code/csharp/AnnotatedType.qll
Co-authored-by: Michael Nebel <michaelnebel@github.com>
This commit is contained in:
@@ -174,7 +174,7 @@ private module Annotations {
|
||||
Nullability getChildNullability(Nullability n, int i) {
|
||||
result = getChildNullability0(n, i)
|
||||
or
|
||||
not exists(getChildNullability0(n, _)) and
|
||||
not exists(getChildNullability0(n, i)) and
|
||||
result = n
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user