Fixup of second commit.

This commit is contained in:
Michael Nebel
2025-01-03 15:35:23 +01:00
parent 958d8f1f01
commit d9158c8cd5

View File

@@ -287,7 +287,7 @@ class TypeParameterConstraints extends Element, @type_parameter_constraints {
/** Holds if these constraints include a nullable reference type constraint. */
predicate hasNullableRefTypeConstraint() { general_type_parameter_constraints(this, 5) }
/** Holds if these constraints include a not-null type constraint. */
/** Holds if these constraints include a notnull type constraint. */
predicate hasNotNullTypeConstraint() { general_type_parameter_constraints(this, 6) }
/** Gets a textual representation of these constraints. */