the `List` type is covariant, so `List<out Pend...
# language-proposals
y
the
List
type is covariant, so
List<out PendingTask>
is same as
List<PendingTask>