We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 593d4c0 + 1c5da67 commit 725a8f5Copy full SHA for 725a8f5
1 file changed
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