mirror of
https://github.com/github/codeql.git
synced 2026-04-18 13:34:02 +02:00
spelling: nullability
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -191,7 +191,7 @@ private module Annotations {
|
||||
NoNullability() { not nullability_parent(_, _, nullability) }
|
||||
}
|
||||
|
||||
/** A type with annotated nullablity, `?`. */
|
||||
/** A type with annotated nullability, `?`. */
|
||||
class AnnotatedNullability extends Nullability {
|
||||
AnnotatedNullability() { nullability instanceof @annotated }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user