Join Slack
Powered by
The error is because you explicitly stated the gen...
# getting-started
m
minikloon
03/19/2017, 9:52 AM
The error is because you explicitly stated the generic parameters of collect to
<List<Question>, Any>
, but
toList<Question>
doesn't return that.
2
Views
Open in Slack
Previous
Next