mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
C#: Implement NullabilityEntity to model structured nullability on the side
This commit is contained in:
@@ -527,10 +527,10 @@ specific_type_parameter_constraints(
|
||||
int id: @type_parameter_constraints ref,
|
||||
int base_id: @type_or_ref ref);
|
||||
|
||||
specific_type_parameter_annotation(
|
||||
specific_type_parameter_nullability(
|
||||
int id: @type_parameter_constraints ref,
|
||||
int base_id: @type_or_ref ref,
|
||||
int annotation: int ref);
|
||||
int nullability: @nullability ref);
|
||||
|
||||
/** MODIFIERS */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user