Join Slack
Powered by
I'd sugest you to refactor to something like this:...
# announcements
i
igorvd
03/26/2018, 6:08 PM
I'd sugest you to refactor to something like this:
Copy code
myRepoList = list?.let{ ArrayList(it) } ?: arrayListOf<MyRepo>()
Open in Slack
Previous
Next