``` Error:(8, 14) Type parameter bound for R in in...
# kontributors
a
Copy code
Error:(8, 14) Type parameter bound for R in inline fun <T, R : Any> Iterable<T>.mapNotNull(transform: (T) -> R?): List<R>
 is not satisfied: inferred type T is not a subtype of Any