We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd05314 commit 1c5da67Copy full SHA for 1c5da67
csharp/ql/src/semmle/code/csharp/Unification.qll
@@ -474,7 +474,8 @@ module Gvn {
474
sourceDecl = any(GenericType t).getSourceDeclaration() and
475
not sourceDecl instanceof PointerType and
476
not sourceDecl instanceof NullableType and
477
- not sourceDecl instanceof ArrayType
+ not sourceDecl instanceof ArrayType and
478
+ not sourceDecl instanceof TupleType
479
}
480
481
cached
0 commit comments