Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39fe59 commit 2bf5966Copy full SHA for 2bf5966
1 file changed
csharp/ql/lib/semmle/code/csharp/TypeRef.qll
@@ -16,8 +16,7 @@ private class TypeRef extends @typeref {
16
typeref_type(this, result)
17
or
18
not typeref_type(this, _) and
19
- result instanceof UnknownType and
20
- types(result, _, "<unknown type>")
+ result instanceof UnknownType
21
}
22
23
0 commit comments