mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
C#: Delete incorrect comment.
This commit is contained in:
@@ -47,7 +47,6 @@ private predicate isEffectivelyLowerBound(Type t, Type bound) {
|
||||
|
||||
/**
|
||||
* Holds if `t` is a container like type of `tv` (eg. `List<T>`).
|
||||
* Note that collections are covariant in their element type.
|
||||
*/
|
||||
private predicate genericContainerType(RefType t, TypeVariable tv) {
|
||||
exists(Type et |
|
||||
|
||||
Reference in New Issue
Block a user