Join Slack
Powered by
List<Building>, List<BuildingRoom>, et...
# squarelibraries
e
eric
06/05/2018, 8:29 PM
List<Building>, List<BuildingRoom>, etc. probably get converted into
List<? extends Building>
.
List<@JvmSuppressWildcards Building>
would fix that.
4
Views
Open in Slack
Previous
Next