Join Slack
Powered by
it's a feature called type inference: you did not ...
# reflect
u
udalov
10/29/2015, 2:13 PM
it's a feature called type inference: you did not specify the value for
T
at the call site, so it was inferred to
List<Something>
which is the only viable option
Open in Slack
Previous
Next