Join Slack
Powered by
return type is not matching, `Collection<Array&...
# getting-started
o
orangy
12/05/2016, 11:31 PM
return type is not matching,
Collection<Array<Any>>
cannot accept arrays with nulls. Use
Collection<Array<Any?>>
instead. You might want to read some docs on nullability.
Open in Slack
Previous
Next