slightly related to this topic… i’ve accidentally ...
# announcements
k
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