Join Slack
Powered by
I am actually not 100% sure why they say that, bec...
# getting-started
d
diesieben07
01/17/2018, 2:41 PM
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
Open in Slack
Previous
Next