Skip to content

Commit 4d38300

Browse files
committed
C#: Address review comment
1 parent 2504754 commit 4d38300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/semmle/code/csharp/Generics.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ class ConstructedType extends ValueOrRefType, ConstructedGeneric {
371371
override UnboundGenericType getUnboundGeneric() { constructed_generic(this, getTypeRef(result)) }
372372

373373
language[monotonicAggregates]
374-
string annotatedTypeArgumentsToString() {
374+
private string annotatedTypeArgumentsToString() {
375375
result = concat(int i |
376376
exists(this.getAnnotatedTypeArgument(i))
377377
|

0 commit comments

Comments
 (0)