We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b4d1e commit 407833fCopy full SHA for 407833f
csharp/ql/lib/semmle/code/csharp/AnnotatedType.qll
@@ -191,7 +191,7 @@ private module Annotations {
191
NoNullability() { not nullability_parent(_, _, nullability) }
192
}
193
194
- /** A type with annotated nullablity, `?`. */
+ /** A type with annotated nullability, `?`. */
195
class AnnotatedNullability extends Nullability {
196
AnnotatedNullability() { nullability instanceof @annotated }
197
0 commit comments