Join Slack
Powered by
slightly related to this topic… i’ve accidentally ...
# announcements
k
kevinherron
02/17/2017, 2:22 PM
slightly related to this topic… i’ve accidentally replaced something like
i?.let { intArrayOf(it) }
with
i?.let { ::intArrayOf }
twice now… which leads to a bit of a mysterious bug if you don’t know what to look for
2
Views
Open in Slack
Previous
Next