```inline private fun <reified T> persistDat...
# announcements
b
Copy code
inline private fun <reified T> persistData(data: Iterable<T>) { for (elem in data) }
a
we need more information to tell whats wrong
👆 1