C#: Delete incorrect comment.

This commit is contained in:
Michael Nebel
2022-11-10 13:59:50 +01:00
parent 9b5318876d
commit 2f12ccc803

View File

@@ -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 |