mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C#: Address review comment
This commit is contained in:
@@ -16,8 +16,7 @@ private class TypeRef extends @typeref {
|
||||
typeref_type(this, result)
|
||||
or
|
||||
not typeref_type(this, _) and
|
||||
result instanceof UnknownType and
|
||||
types(result, _, "<unknown type>")
|
||||
result instanceof UnknownType
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user