I am actually not 100% sure why they say that, bec...
# getting-started
d
I am actually not 100% sure why they say that, because Kotlin does have wildcard types.
List<*>
is perfectly valid to write, it's called a Star-projection: https://kotlinlang.org/docs/reference/generics.html#star-projections