why `List<SomeThing>` in kotlin will output ...
# announcements
s
why
List<SomeThing>
in kotlin will output
List<? extends SomeThing>
instead of
List<SomeThing>
in Java after compilation?