<@U2Q4N9GNR> You can also use the `@JvmSuppressWil...
# announcements
d
@michaelzinn You can also use the
@JvmSuppressWildcards
annotation like so:
List<@JvmSuppressWildcards List<String>>
.
👍 1
k
Wouldn't he need
List<@JvmSuppressWildcards List<@JvmSuppressWildcards String>>
then?
d
In theory yes, but since
String
is final, the compiler does not seem to generate the wildcards there anyways.
1
k
Ah interesting.
m
Thank you, stranger with the great profile picture!
😄 1